Html Css Color HEX #AF5470 Royal Heath

📋 copy color: '#AF5470'

red 175 ◦ green 84 ◦ blue 112

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

Shades of Royal Heath #AF5470

Tints of Royal Heath #AF5470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 47.17%
G = 22.64%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF5470 (or 0xAF5470) is known color: Royal Heath. HEX triplet: AF, 54 and 70. RGB value is (175,84,112). Sum of RGB (Red+Green+Blue) = 175+84+112=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5470 is #50AB8F. Grayscale: #727272. Windows color (decimal): -5286800 or 7361711. OLE color: 7361711.

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

Color convert

RGB 175 84 112 -
CMYK 0 0.52 0.36 0.31
HSL 341.54º 0.36% 0.51% -
HSV(B) 341.54º 0.52% 0.69% -
XYZ 23.77 16.62 17.29 -
YUV 114.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 175 84 112 0 0.52 0.36 0.31 341.54 0.36 0.51
Hex AF 54 70 0 34 24 1F 156 24 33
Octal 257 124 160 0 64 44 37 526 44 63
Binary 10101111 1010100 1110000 0 110100 100100 11111 101010110 100100 110011

Color Harmonies of #AF5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5470

Black with #AF5470

Text Example


Text Example

White with #AF5470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5470; }

 p { color: rgb(175,84,112); }

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

background-color css

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

 a { background-color: rgb(175,84,112); }

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

border-color css

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

 span { border-color: rgb(175,84,112); }

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