Html Css Color HEX #AF5174 Royal Heath

📋 copy color: '#AF5174'

red 175 ◦ green 81 ◦ blue 116

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

Shades of Royal Heath #AF5174

Tints of Royal Heath #AF5174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 47.04%
G = 21.77%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF5174 (or 0xAF5174) is known color: Royal Heath. HEX triplet: AF, 51 and 74. RGB value is (175,81,116). Sum of RGB (Red+Green+Blue) = 175+81+116=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5174 is #50AE8B. Grayscale: #717171. Windows color (decimal): -5287564 or 7623087. OLE color: 7623087.

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

Color convert

RGB 175 81 116 -
CMYK 0 0.54 0.34 0.31
HSL 337.66º 0.37% 0.5% -
HSV(B) 337.66º 0.54% 0.69% -
XYZ 23.77 16.26 18.41 -
YUV 113.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 175 81 116 0 0.54 0.34 0.31 337.66 0.37 0.5
Hex AF 51 74 0 36 22 1F 152 25 32
Octal 257 121 164 0 66 42 37 522 45 62
Binary 10101111 1010001 1110100 0 110110 100010 11111 101010010 100101 110010

Color Harmonies of #AF5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5174

Black with #AF5174

Text Example


Text Example

White with #AF5174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5174; }

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

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

background-color css

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

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

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

border-color css

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

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

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