Html Css Color HEX #AF597F Royal Heath

📋 copy color: '#AF597F'

red 175 ◦ green 89 ◦ blue 127

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

Shades of Royal Heath #AF597F

Tints of Royal Heath #AF597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 44.76%
G = 22.76%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF597F (or 0xAF597F) is known color: Royal Heath. HEX triplet: AF, 59 and 7F. RGB value is (175,89,127). Sum of RGB (Red+Green+Blue) = 175+89+127=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF597F is #50A680. Grayscale: #767676. Windows color (decimal): -5285505 or 8346031. OLE color: 8346031.

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

Color convert

RGB 175 89 127 -
CMYK 0 0.49 0.27 0.31
HSL 333.49º 0.35% 0.52% -
HSV(B) 333.49º 0.49% 0.69% -
XYZ 25.08 17.79 22.19 -
YUV 119.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 175 89 127 0 0.49 0.27 0.31 333.49 0.35 0.52
Hex AF 59 7F 0 31 1B 1F 14D 23 34
Octal 257 131 177 0 61 33 37 515 43 64
Binary 10101111 1011001 1111111 0 110001 11011 11111 101001101 100011 110100

Color Harmonies of #AF597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF597F

Black with #AF597F

Text Example


Text Example

White with #AF597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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