Html Css Color HEX #AF5978 Royal Heath

📋 copy color: '#AF5978'

red 175 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #AF5978

Tints of Royal Heath #AF5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 45.57%
G = 23.18%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF5978 (or 0xAF5978) is known color: Royal Heath. HEX triplet: AF, 59 and 78. RGB value is (175,89,120). Sum of RGB (Red+Green+Blue) = 175+89+120=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5978 is #50A687. Grayscale: #767676. Windows color (decimal): -5285512 or 7887279. OLE color: 7887279.

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

Color convert

RGB 175 89 120 -
CMYK 0 0.49 0.31 0.31
HSL 338.37º 0.35% 0.52% -
HSV(B) 338.37º 0.49% 0.69% -
XYZ 24.64 17.61 19.87 -
YUV 118.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 175 89 120 0 0.49 0.31 0.31 338.37 0.35 0.52
Hex AF 59 78 0 31 1F 1F 152 23 34
Octal 257 131 170 0 61 37 37 522 43 64
Binary 10101111 1011001 1111000 0 110001 11111 11111 101010010 100011 110100

Color Harmonies of #AF5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5978

Black with #AF5978

Text Example


Text Example

White with #AF5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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