Html Css Color HEX #AF5071 Royal Heath

📋 copy color: '#AF5071'

red 175 ◦ green 80 ◦ blue 113

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

Shades of Royal Heath #AF5071

Tints of Royal Heath #AF5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 47.55%
G = 21.74%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF5071 (or 0xAF5071) is known color: Royal Heath. HEX triplet: AF, 50 and 71. RGB value is (175,80,113). Sum of RGB (Red+Green+Blue) = 175+80+113=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5071 is #50AF8E. Grayscale: #707070. Windows color (decimal): -5287823 or 7426223. OLE color: 7426223.

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

Color convert

RGB 175 80 113 -
CMYK 0 0.54 0.35 0.31
HSL 339.16º 0.37% 0.5% -
HSV(B) 339.16º 0.54% 0.69% -
XYZ 23.53 16.04 17.48 -
YUV 112.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 175 80 113 0 0.54 0.35 0.31 339.16 0.37 0.5
Hex AF 50 71 0 36 23 1F 153 25 32
Octal 257 120 161 0 66 43 37 523 45 62
Binary 10101111 1010000 1110001 0 110110 100011 11111 101010011 100101 110010

Color Harmonies of #AF5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5071

Black with #AF5071

Text Example


Text Example

White with #AF5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5071; }

 p { color: rgb(175,80,113); }

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

background-color css

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

 a { background-color: rgb(175,80,113); }

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

border-color css

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

 span { border-color: rgb(175,80,113); }

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