Html Css Color HEX #AF3E78 Royal Heath

📋 copy color: '#AF3E78'

red 175 ◦ green 62 ◦ blue 120

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

Shades of Royal Heath #AF3E78

Tints of Royal Heath #AF3E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 49.02%
G = 17.37%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF3E78 (or 0xAF3E78) is known color: Royal Heath. HEX triplet: AF, 3E and 78. RGB value is (175,62,120). Sum of RGB (Red+Green+Blue) = 175+62+120=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3E78 is #50C187. Grayscale: #666666. Windows color (decimal): -5292424 or 7880367. OLE color: 7880367.

HSL color Cylindrical-coordinate representation of color #AF3E78: hue angle of 329.2º 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 #AF3E78 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 62 120 -
CMYK 0 0.65 0.31 0.31
HSL 329.2º 0.48% 0.46% -
HSV(B) 329.2º 0.65% 0.69% -
XYZ 22.79 13.92 19.25 -
YUV 102.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 175 62 120 0 0.65 0.31 0.31 329.2 0.48 0.46
Hex AF 3E 78 0 41 1F 1F 149 30 2E
Octal 257 76 170 0 101 37 37 511 60 56
Binary 10101111 111110 1111000 0 1000001 11111 11111 101001001 110000 101110

Color Harmonies of #AF3E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E78

Black with #AF3E78

Text Example


Text Example

White with #AF3E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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