Html Css Color HEX #AF5178 Royal Heath

📋 copy color: '#AF5178'

red 175 ◦ green 81 ◦ blue 120

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

Shades of Royal Heath #AF5178

Tints of Royal Heath #AF5178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.54%

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

R = 46.54%
G = 21.54%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF5178 (or 0xAF5178) is known color: Royal Heath. HEX triplet: AF, 51 and 78. RGB value is (175,81,120). Sum of RGB (Red+Green+Blue) = 175+81+120=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5178 is #50AE87. Grayscale: #717171. Windows color (decimal): -5287560 or 7885231. OLE color: 7885231.

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

Color convert

RGB 175 81 120 -
CMYK 0 0.54 0.31 0.31
HSL 335.11º 0.37% 0.5% -
HSV(B) 335.11º 0.54% 0.69% -
XYZ 24.01 16.35 19.66 -
YUV 113.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 175 81 120 0 0.54 0.31 0.31 335.11 0.37 0.5
Hex AF 51 78 0 36 1F 1F 14F 25 32
Octal 257 121 170 0 66 37 37 517 45 62
Binary 10101111 1010001 1111000 0 110110 11111 11111 101001111 100101 110010

Color Harmonies of #AF5178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5178

Black with #AF5178

Text Example


Text Example

White with #AF5178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5178; }

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

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

background-color css

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

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

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

border-color css

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

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

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