Html Css Color HEX #AF5A83 Royal Heath

📋 copy color: '#AF5A83'

red 175 ◦ green 90 ◦ blue 131

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

Shades of Royal Heath #AF5A83

Tints of Royal Heath #AF5A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.73%

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 44.19%
G = 22.73%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF5A83 (or 0xAF5A83) is known color: Royal Heath. HEX triplet: AF, 5A and 83. RGB value is (175,90,131). Sum of RGB (Red+Green+Blue) = 175+90+131=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5A83 is #50A57C. Grayscale: #787878. Windows color (decimal): -5285245 or 8608431. OLE color: 8608431.

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

Color convert

RGB 175 90 131 -
CMYK 0 0.49 0.25 0.31
HSL 331.06º 0.35% 0.52% -
HSV(B) 331.06º 0.49% 0.69% -
XYZ 25.43 18.06 23.62 -
YUV 120.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 175 90 131 0 0.49 0.25 0.31 331.06 0.35 0.52
Hex AF 5A 83 0 31 19 1F 14B 23 34
Octal 257 132 203 0 61 31 37 513 43 64
Binary 10101111 1011010 10000011 0 110001 11001 11111 101001011 100011 110100

Color Harmonies of #AF5A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A83

Black with #AF5A83

Text Example


Text Example

White with #AF5A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A83; }

 p { color: rgb(175,90,131); }

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

background-color css

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

 a { background-color: rgb(175,90,131); }

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

border-color css

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

 span { border-color: rgb(175,90,131); }

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