Html Css Color HEX #AF3E77 Royal Heath

📋 copy color: '#AF3E77'

red 175 ◦ green 62 ◦ blue 119

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

Shades of Royal Heath #AF3E77

Tints of Royal Heath #AF3E77

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.42%

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 49.16%
G = 17.42%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF3E77 (or 0xAF3E77) is known color: Royal Heath. HEX triplet: AF, 3E and 77. RGB value is (175,62,119). Sum of RGB (Red+Green+Blue) = 175+62+119=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E77 is #50C188. Grayscale: #666666. Windows color (decimal): -5292425 or 7814831. OLE color: 7814831.

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

Color convert

RGB 175 62 119 -
CMYK 0 0.65 0.32 0.31
HSL 329.73º 0.48% 0.46% -
HSV(B) 329.73º 0.65% 0.69% -
XYZ 22.73 13.89 18.94 -
YUV 102.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 175 62 119 0 0.65 0.32 0.31 329.73 0.48 0.46
Hex AF 3E 77 0 41 20 1F 14A 30 2E
Octal 257 76 167 0 101 40 37 512 60 56
Binary 10101111 111110 1110111 0 1000001 100000 11111 101001010 110000 101110

Color Harmonies of #AF3E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E77

Black with #AF3E77

Text Example


Text Example

White with #AF3E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E77; }

 p { color: rgb(175,62,119); }

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

background-color css

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

 a { background-color: rgb(175,62,119); }

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

border-color css

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

 span { border-color: rgb(175,62,119); }

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