#AF4E6E

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

Shades of Royal Heath #AF4E6E

Tints of Royal Heath #AF4E6E

Color information

#AF4E6E (or 0xAF4E6E) is unknown color: approx Royal Heath. HEX triplet: AF, 4E and 6E. RGB value is (175,78,110). Sum of RGB (Red+Green+Blue) = 175+78+110=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E6E is #50B191. Grayscale: #6E6E6E. Windows color (decimal): -5288338 or 7229103. OLE color: 7229103.

HSL color Cylindrical-coordinate representation of color #AF4E6E: hue angle of 340.21º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E6E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17578110-
CMYK00.550.370.31
HSL340.21º38.34%49.61%-
HSV(B)340.21º55.43%68.63%-
XYZ23.2215.6916.56-
YUV110.65127.64173.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=48.21%
G=21.49%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757811000.550.370.31340.2138.3449.61
HexAF4E6E037251F1542632
Octal25711615606745375244662
Binary1010111110011101101110011011110010111111101010100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E6E; }

 p { color: rgb(175,78,110); }

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

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

 a { background-color: rgb(175,78,110); }

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

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

 span { border-color: rgb(175,78,110); }

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