Html Css Color HEX #AF597C Royal Heath

📋 copy color: '#AF597C'

red 175 ◦ green 89 ◦ blue 124

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

Shades of Royal Heath #AF597C

Tints of Royal Heath #AF597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.94%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 45.1%
G = 22.94%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF597C (or 0xAF597C) is known color: Royal Heath. HEX triplet: AF, 59 and 7C. RGB value is (175,89,124). Sum of RGB (Red+Green+Blue) = 175+89+124=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF597C is #50A683. Grayscale: #767676. Windows color (decimal): -5285508 or 8149423. OLE color: 8149423.

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

Color convert

RGB 175 89 124 -
CMYK 0 0.49 0.29 0.31
HSL 335.58º 0.35% 0.52% -
HSV(B) 335.58º 0.49% 0.69% -
XYZ 24.89 17.71 21.18 -
YUV 118.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 175 89 124 0 0.49 0.29 0.31 335.58 0.35 0.52
Hex AF 59 7C 0 31 1D 1F 150 23 34
Octal 257 131 174 0 61 35 37 520 43 64
Binary 10101111 1011001 1111100 0 110001 11101 11111 101010000 100011 110100

Color Harmonies of #AF597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF597C

Black with #AF597C

Text Example


Text Example

White with #AF597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF597C; }

 p { color: rgb(175,89,124); }

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

background-color css

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

 a { background-color: rgb(175,89,124); }

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

border-color css

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

 span { border-color: rgb(175,89,124); }

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