Html Css Color HEX #AF5C80 Royal Heath

📋 copy color: '#AF5C80'

red 175 ◦ green 92 ◦ blue 128

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

Shades of Royal Heath #AF5C80

Tints of Royal Heath #AF5C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 44.3%
G = 23.29%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF5C80 (or 0xAF5C80) is known color: Royal Heath. HEX triplet: AF, 5C and 80. RGB value is (175,92,128). Sum of RGB (Red+Green+Blue) = 175+92+128=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5C80 is #50A37F. Grayscale: #787878. Windows color (decimal): -5284736 or 8412335. OLE color: 8412335.

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

Color convert

RGB 175 92 128 -
CMYK 0 0.47 0.27 0.31
HSL 333.98º 0.34% 0.52% -
HSV(B) 333.98º 0.47% 0.69% -
XYZ 25.4 18.33 22.62 -
YUV 120.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 175 92 128 0 0.47 0.27 0.31 333.98 0.34 0.52
Hex AF 5C 80 0 2F 1B 1F 14E 22 34
Octal 257 134 200 0 57 33 37 516 42 64
Binary 10101111 1011100 10000000 0 101111 11011 11111 101001110 100010 110100

Color Harmonies of #AF5C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C80

Black with #AF5C80

Text Example


Text Example

White with #AF5C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C80; }

 p { color: rgb(175,92,128); }

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

background-color css

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

 a { background-color: rgb(175,92,128); }

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

border-color css

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

 span { border-color: rgb(175,92,128); }

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