#af4b77

Color #AF4B77 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AF4B77

Tints of Royal Heath #AF4B77

Color information

#AF4B77 (or 0xAF4B77) is unknown color: approx Royal Heath. HEX triplet: AF, 4B and 77. RGB value is (175,75,119). Sum of RGB (Red+Green+Blue) = 175+75+119=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4B77 is #50B488. Grayscale: #6D6D6D. Windows color (decimal): -5289097 or 7818159. OLE color: 7818159.

HSL color Cylindrical-coordinate representation of color #AF4B77: hue angle of 333.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4B77 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17575119-
CMYK00.570.320.31
HSL333.6º40%49.02%-
HSV(B)333.6º57.14%68.63%-
XYZ23.5315.4819.2-
YUV109.92133.13174.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=47.43%
G=20.33%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757511900.570.320.31333.64049.02
HexAF4B77039201F14e2831
Octal25711316707140375165061
Binary1010111110010111110111011100110000011111101001110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4b77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4b77; }

 p { color: rgb(175,75,119); }

 H1.HeaderClassName
 {
   color: #af4b77;
 }
 .AnyTagClassName
 {
   color: #af4b77;
 }
</style>
background-color css

<style>
 a { background-color: #af4b77; }

 a { background-color: rgb(175,75,119); }

 div.DivClassName
 {
   background-color: #af4b77;
 }
 .BgClassName
 {
   background-color: #af4b77;
 }
</style>
border-color css

<style>
 span { border-color: #af4b77; }

 span { border-color: rgb(175,75,119); }

 td.TdClassName
 {
   border-color: #af4b77;
 }
 .TagClassName
 {
   border-color: #af4b77;
 }
</style>