Html Css Color HEX #AF4576 Royal Heath

📋 copy color: '#AF4576'

red 175 ◦ green 69 ◦ blue 118

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

Shades of Royal Heath #AF4576

Tints of Royal Heath #AF4576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.06%

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

R = 48.34%
G = 19.06%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF4576 (or 0xAF4576) is known color: Royal Heath. HEX triplet: AF, 45 and 76. RGB value is (175,69,118). Sum of RGB (Red+Green+Blue) = 175+69+118=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4576 is #50BA89. Grayscale: #6A6A6A. Windows color (decimal): -5290634 or 7751087. OLE color: 7751087.

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

Color convert

RGB 175 69 118 -
CMYK 0 0.61 0.33 0.31
HSL 332.26º 0.43% 0.48% -
HSV(B) 332.26º 0.61% 0.69% -
XYZ 23.08 14.68 18.76 -
YUV 106.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 175 69 118 0 0.61 0.33 0.31 332.26 0.43 0.48
Hex AF 45 76 0 3D 21 1F 14C 2B 30
Octal 257 105 166 0 75 41 37 514 53 60
Binary 10101111 1000101 1110110 0 111101 100001 11111 101001100 101011 110000

Color Harmonies of #AF4576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4576

Black with #AF4576

Text Example


Text Example

White with #AF4576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4576; }

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

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

background-color css

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

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

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

border-color css

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

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

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