Html Css Color HEX #AF4976 Royal Heath

📋 copy color: '#AF4976'

red 175 ◦ green 73 ◦ blue 118

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

Shades of Royal Heath #AF4976

Tints of Royal Heath #AF4976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.24%

R = 47.81%
G = 19.95%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF4976 (or 0xAF4976) is known color: Royal Heath. HEX triplet: AF, 49 and 76. RGB value is (175,73,118). Sum of RGB (Red+Green+Blue) = 175+73+118=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4976 is #50B689. Grayscale: #6C6C6C. Windows color (decimal): -5289610 or 7752111. OLE color: 7752111.

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

Color convert

RGB 175 73 118 -
CMYK 0 0.58 0.33 0.31
HSL 333.53º 0.41% 0.49% -
HSV(B) 333.53º 0.58% 0.69% -
XYZ 23.33 15.19 18.84 -
YUV 108.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 175 73 118 0 0.58 0.33 0.31 333.53 0.41 0.49
Hex AF 49 76 0 3A 21 1F 14E 29 31
Octal 257 111 166 0 72 41 37 516 51 61
Binary 10101111 1001001 1110110 0 111010 100001 11111 101001110 101001 110001

Color Harmonies of #AF4976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4976

Black with #AF4976

Text Example


Text Example

White with #AF4976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4976; }

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

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

background-color css

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

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

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

border-color css

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

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

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