Html Css Color HEX #AF4979 Royal Heath

📋 copy color: '#AF4979'

red 175 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #AF4979

Tints of Royal Heath #AF4979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 47.43%
G = 19.78%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF4979 (or 0xAF4979) is known color: Royal Heath. HEX triplet: AF, 49 and 79. RGB value is (175,73,121). Sum of RGB (Red+Green+Blue) = 175+73+121=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4979 is #50B686. Grayscale: #6C6C6C. Windows color (decimal): -5289607 or 7948719. OLE color: 7948719.

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

Color convert

RGB 175 73 121 -
CMYK 0 0.58 0.31 0.31
HSL 331.76º 0.41% 0.49% -
HSV(B) 331.76º 0.58% 0.69% -
XYZ 23.51 15.26 19.8 -
YUV 108.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 175 73 121 0 0.58 0.31 0.31 331.76 0.41 0.49
Hex AF 49 79 0 3A 1F 1F 14C 29 31
Octal 257 111 171 0 72 37 37 514 51 61
Binary 10101111 1001001 1111001 0 111010 11111 11111 101001100 101001 110001

Color Harmonies of #AF4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4979

Black with #AF4979

Text Example


Text Example

White with #AF4979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4979; }

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

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

background-color css

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

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

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

border-color css

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

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

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