#AF407B

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

Shades of Royal Heath #AF407B

Tints of Royal Heath #AF407B

Color information

#AF407B (or 0xAF407B) is unknown color: approx Royal Heath. HEX triplet: AF, 40 and 7B. RGB value is (175,64,123). Sum of RGB (Red+Green+Blue) = 175+64+123=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF407B is #50BF84. Grayscale: #676767. Windows color (decimal): -5291909 or 8077487. OLE color: 8077487.

HSL color Cylindrical-coordinate representation of color #AF407B: hue angle of 328.11º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF407B is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17564123-
CMYK00.630.300.31
HSL328.11º46.44%46.86%-
HSV(B)328.11º63.43%68.63%-
XYZ23.0914.2120.26-
YUV103.92138.77178.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 64 (25.39% from 255) = 17.68%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=48.34%
G=17.68%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756412300.630.300.31328.1146.4446.86
HexAF407B03F1E1F1482e2f
Octal25710017307736375105657
Binary101011111000000111101101111111111011111101001000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF407B; }

 p { color: rgb(175,64,123); }

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

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

 a { background-color: rgb(175,64,123); }

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

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

 span { border-color: rgb(175,64,123); }

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