Html Css Color HEX #AF426E Royal Heath

📋 copy color: '#AF426E'

red 175 ◦ green 66 ◦ blue 110

#AF426E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AF426E

Tints of Royal Heath #AF426E

RGB

 RED value IS 175 (68.75% from 255) = 49.86%

 GREEN value IS 66 (26.17% from 255) = 18.8%

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 49.86%
G = 18.8%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF426E (or 0xAF426E) is known color: Royal Heath. HEX triplet: AF, 42 and 6E. RGB value is (175,66,110). Sum of RGB (Red+Green+Blue) = 175+66+110=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF426E is #50BD91. Grayscale: #676767. Windows color (decimal): -5291410 or 7226031. OLE color: 7226031.

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

Color convert

RGB 175 66 110 -
CMYK 0 0.62 0.37 0.31
HSL 335.78º 0.45% 0.47% -
HSV(B) 335.78º 0.62% 0.69% -
XYZ 22.44 14.14 16.3 -
YUV 103.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 175 66 110 0 0.62 0.37 0.31 335.78 0.45 0.47
Hex AF 42 6E 0 3E 25 1F 150 2D 2F
Octal 257 102 156 0 76 45 37 520 55 57
Binary 10101111 1000010 1101110 0 111110 100101 11111 101010000 101101 101111

Color Harmonies of #AF426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF426E

Black with #AF426E

Text Example


Text Example

White with #AF426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF426E; }

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

 H1.HeaderClassName
 {
   color: #AF426E;
 }
 .AnyTagClassName
 {
   color: #AF426E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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