Html Css Color HEX #AF597A Royal Heath

📋 copy color: '#AF597A'

red 175 ◦ green 89 ◦ blue 122

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

Shades of Royal Heath #AF597A

Tints of Royal Heath #AF597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 45.34%
G = 23.06%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF597A (or 0xAF597A) is known color: Royal Heath. HEX triplet: AF, 59 and 7A. RGB value is (175,89,122). Sum of RGB (Red+Green+Blue) = 175+89+122=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF597A is #50A685. Grayscale: #767676. Windows color (decimal): -5285510 or 8018351. OLE color: 8018351.

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

Color convert

RGB 175 89 122 -
CMYK 0 0.49 0.30 0.31
HSL 336.98º 0.35% 0.52% -
HSV(B) 336.98º 0.49% 0.69% -
XYZ 24.76 17.66 20.52 -
YUV 118.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 175 89 122 0 0.49 0.30 0.31 336.98 0.35 0.52
Hex AF 59 7A 0 31 1E 1F 151 23 34
Octal 257 131 172 0 61 36 37 521 43 64
Binary 10101111 1011001 1111010 0 110001 11110 11111 101010001 100011 110100

Color Harmonies of #AF597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF597A

Black with #AF597A

Text Example


Text Example

White with #AF597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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