Html Css Color HEX #AF4977 Royal Heath

📋 copy color: '#AF4977'

red 175 ◦ green 73 ◦ blue 119

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

Shades of Royal Heath #AF4977

Tints of Royal Heath #AF4977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.89%

 BLUE value IS 119 (46.88% from 255) = 32.43%

R = 47.68%
G = 19.89%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF4977 (or 0xAF4977) is known color: Royal Heath. HEX triplet: AF, 49 and 77. RGB value is (175,73,119). Sum of RGB (Red+Green+Blue) = 175+73+119=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4977 is #50B688. Grayscale: #6C6C6C. Windows color (decimal): -5289609 or 7817647. OLE color: 7817647.

HSL color Cylindrical-coordinate representation of color #AF4977: hue angle of 332.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4977 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 119 -
CMYK 0 0.58 0.32 0.31
HSL 332.94º 0.41% 0.49% -
HSV(B) 332.94º 0.58% 0.69% -
XYZ 23.39 15.21 19.16 -
YUV 108.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 175 73 119 0 0.58 0.32 0.31 332.94 0.41 0.49
Hex AF 49 77 0 3A 20 1F 14D 29 31
Octal 257 111 167 0 72 40 37 515 51 61
Binary 10101111 1001001 1110111 0 111010 100000 11111 101001101 101001 110001

Color Harmonies of #AF4977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4977

Black with #AF4977

Text Example


Text Example

White with #AF4977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4977; }

 p { color: rgb(175,73,119); }

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

background-color css

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

 a { background-color: rgb(175,73,119); }

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

border-color css

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

 span { border-color: rgb(175,73,119); }

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