Html Css Color HEX #AF4F76 Royal Heath

📋 copy color: '#AF4F76'

red 175 ◦ green 79 ◦ blue 118

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

Shades of Royal Heath #AF4F76

Tints of Royal Heath #AF4F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.24%

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

R = 47.04%
G = 21.24%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF4F76 (or 0xAF4F76) is known color: Royal Heath. HEX triplet: AF, 4F and 76. RGB value is (175,79,118). Sum of RGB (Red+Green+Blue) = 175+79+118=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F76 is #50B089. Grayscale: #707070. Windows color (decimal): -5288074 or 7753647. OLE color: 7753647.

HSL color Cylindrical-coordinate representation of color #AF4F76: hue angle of 335.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4F76 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 79 118 -
CMYK 0 0.55 0.33 0.31
HSL 335.63º 0.38% 0.5% -
HSV(B) 335.63º 0.55% 0.69% -
XYZ 23.75 16.01 18.98 -
YUV 112.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 175 79 118 0 0.55 0.33 0.31 335.63 0.38 0.5
Hex AF 4F 76 0 37 21 1F 150 26 32
Octal 257 117 166 0 67 41 37 520 46 62
Binary 10101111 1001111 1110110 0 110111 100001 11111 101010000 100110 110010

Color Harmonies of #AF4F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F76

Black with #AF4F76

Text Example


Text Example

White with #AF4F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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