Html Css Color HEX #AF5C81 Royal Heath

📋 copy color: '#AF5C81'

red 175 ◦ green 92 ◦ blue 129

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

Shades of Royal Heath #AF5C81

Tints of Royal Heath #AF5C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 44.19%
G = 23.23%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF5C81 (or 0xAF5C81) is known color: Royal Heath. HEX triplet: AF, 5C and 81. RGB value is (175,92,129). Sum of RGB (Red+Green+Blue) = 175+92+129=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5C81 is #50A37E. Grayscale: #787878. Windows color (decimal): -5284735 or 8477871. OLE color: 8477871.

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

Color convert

RGB 175 92 129 -
CMYK 0 0.47 0.26 0.31
HSL 333.25º 0.34% 0.52% -
HSV(B) 333.25º 0.47% 0.69% -
XYZ 25.47 18.35 22.97 -
YUV 121.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 175 92 129 0 0.47 0.26 0.31 333.25 0.34 0.52
Hex AF 5C 81 0 2F 1A 1F 14D 22 34
Octal 257 134 201 0 57 32 37 515 42 64
Binary 10101111 1011100 10000001 0 101111 11010 11111 101001101 100010 110100

Color Harmonies of #AF5C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C81

Black with #AF5C81

Text Example


Text Example

White with #AF5C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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