Html Css Color HEX #AF76DB Amethyst

📋 copy color: '#AF76DB'

red 175 ◦ green 118 ◦ blue 219

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

Shades of Amethyst #AF76DB

Tints of Amethyst #AF76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 34.18%
G = 23.05%
B = 42.77%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF76DB (or 0xAF76DB) is known color: Amethyst. HEX triplet: AF, 76 and DB. RGB value is (175,118,219). Sum of RGB (Red+Green+Blue) = 175+118+219=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76DB is #508924. Grayscale: #929292. Windows color (decimal): -5277989 or 14382767. OLE color: 14382767.

HSL color Cylindrical-coordinate representation of color #AF76DB: hue angle of 273.86º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF76DB is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 118 219 -
CMYK 0.20 0.46 0 0.14
HSL 273.86º 0.58% 0.66% -
HSV(B) 273.86º 0.46% 0.86% -
XYZ 36.94 27.19 70.32 -
YUV 146.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 175 118 219 0.20 0.46 0 0.14 273.86 0.58 0.66
Hex AF 76 DB 14 2E 0 E 112 3A 42
Octal 257 166 333 24 56 0 16 422 72 102
Binary 10101111 1110110 11011011 10100 101110 0 1110 100010010 111010 1000010

Color Harmonies of #AF76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76DB

Black with #AF76DB

Text Example


Text Example

White with #AF76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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