#AF447B

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

Shades of Royal Heath #AF447B

Tints of Royal Heath #AF447B

Color information

#AF447B (or 0xAF447B) is unknown color: approx Royal Heath. HEX triplet: AF, 44 and 7B. RGB value is (175,68,123). Sum of RGB (Red+Green+Blue) = 175+68+123=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF447B is #50BB84. Grayscale: #6A6A6A. Windows color (decimal): -5290885 or 8078511. OLE color: 8078511.

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

Color convert

RGB17568123-
CMYK00.610.300.31
HSL329.16º44.03%47.65%-
HSV(B)329.16º61.14%68.63%-
XYZ23.3214.6820.34-
YUV106.26137.45177.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=47.81%
G=18.58%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756812300.610.300.31329.1644.0347.65
HexAF447B03D1E1F1492c30
Octal25710417307536375115460
Binary101011111000100111101101111011111011111101001001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF447B; }

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

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

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

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

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

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

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

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