Html Css Color HEX #AF5974 Royal Heath

📋 copy color: '#AF5974'

red 175 ◦ green 89 ◦ blue 116

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

Shades of Royal Heath #AF5974

Tints of Royal Heath #AF5974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 46.05%
G = 23.42%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF5974 (or 0xAF5974) is known color: Royal Heath. HEX triplet: AF, 59 and 74. RGB value is (175,89,116). Sum of RGB (Red+Green+Blue) = 175+89+116=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5974 is #50A68B. Grayscale: #757575. Windows color (decimal): -5285516 or 7625135. OLE color: 7625135.

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

Color convert

RGB 175 89 116 -
CMYK 0 0.49 0.34 0.31
HSL 341.16º 0.35% 0.52% -
HSV(B) 341.16º 0.49% 0.69% -
XYZ 24.4 17.52 18.62 -
YUV 117.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 175 89 116 0 0.49 0.34 0.31 341.16 0.35 0.52
Hex AF 59 74 0 31 22 1F 155 23 34
Octal 257 131 164 0 61 42 37 525 43 64
Binary 10101111 1011001 1110100 0 110001 100010 11111 101010101 100011 110100

Color Harmonies of #AF5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5974

Black with #AF5974

Text Example


Text Example

White with #AF5974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5974; }

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

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

background-color css

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

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

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

border-color css

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

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

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