#AF467E

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

Shades of Royal Heath #AF467E

Tints of Royal Heath #AF467E

Color information

#AF467E (or 0xAF467E) is unknown color: approx Royal Heath. HEX triplet: AF, 46 and 7E. RGB value is (175,70,126). Sum of RGB (Red+Green+Blue) = 175+70+126=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF467E is #50B981. Grayscale: #6B6B6B. Windows color (decimal): -5290370 or 8275631. OLE color: 8275631.

HSL color Cylindrical-coordinate representation of color #AF467E: hue angle of 328º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF467E is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17570126-
CMYK00.600.280.31
HSL328º42.86%48.04%-
HSV(B)328º60%68.63%-
XYZ23.641521.39-
YUV107.78138.29175.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=47.17%
G=18.87%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757012600.600.280.3132842.8648.04
HexAF467E03C1C1F1482b30
Octal25710617607434375105360
Binary101011111000110111111001111001110011111101001000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF467E; }

 p { color: rgb(175,70,126); }

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

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

 a { background-color: rgb(175,70,126); }

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

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

 span { border-color: rgb(175,70,126); }

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