Html Css Color HEX #AF4676 Royal Heath

📋 copy color: '#AF4676'

red 175 ◦ green 70 ◦ blue 118

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

Shades of Royal Heath #AF4676

Tints of Royal Heath #AF4676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.28%

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

R = 48.21%
G = 19.28%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF4676 (or 0xAF4676) is known color: Royal Heath. HEX triplet: AF, 46 and 76. RGB value is (175,70,118). Sum of RGB (Red+Green+Blue) = 175+70+118=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4676 is #50B989. Grayscale: #6A6A6A. Windows color (decimal): -5290378 or 7751343. OLE color: 7751343.

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

Color convert

RGB 175 70 118 -
CMYK 0 0.60 0.33 0.31
HSL 332.57º 0.43% 0.48% -
HSV(B) 332.57º 0.6% 0.69% -
XYZ 23.14 14.8 18.78 -
YUV 106.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 175 70 118 0 0.60 0.33 0.31 332.57 0.43 0.48
Hex AF 46 76 0 3C 21 1F 14D 2B 30
Octal 257 106 166 0 74 41 37 515 53 60
Binary 10101111 1000110 1110110 0 111100 100001 11111 101001101 101011 110000

Color Harmonies of #AF4676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4676

Black with #AF4676

Text Example


Text Example

White with #AF4676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4676; }

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

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

background-color css

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

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

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

border-color css

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

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

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