Html Css Color HEX #AF597D Royal Heath

📋 copy color: '#AF597D'

red 175 ◦ green 89 ◦ blue 125

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

Shades of Royal Heath #AF597D

Tints of Royal Heath #AF597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 44.99%
G = 22.88%
B = 32.13%

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

#AF597D (or 0xAF597D) is known color: Royal Heath. HEX triplet: AF, 59 and 7D. RGB value is (175,89,125). Sum of RGB (Red+Green+Blue) = 175+89+125=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF597D is #50A682. Grayscale: #767676. Windows color (decimal): -5285507 or 8214959. OLE color: 8214959.

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

Color convert

RGB 175 89 125 -
CMYK 0 0.49 0.29 0.31
HSL 334.88º 0.35% 0.52% -
HSV(B) 334.88º 0.49% 0.69% -
XYZ 24.95 17.74 21.51 -
YUV 118.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 175 89 125 0 0.49 0.29 0.31 334.88 0.35 0.52
Hex AF 59 7D 0 31 1D 1F 14F 23 34
Octal 257 131 175 0 61 35 37 517 43 64
Binary 10101111 1011001 1111101 0 110001 11101 11111 101001111 100011 110100

Color Harmonies of #AF597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF597D

Black with #AF597D

Text Example


Text Example

White with #AF597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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