Html Css Color HEX #AF77DB Amethyst

📋 copy color: '#AF77DB'

red 175 ◦ green 119 ◦ blue 219

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

Shades of Amethyst #AF77DB

Tints of Amethyst #AF77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.2%

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

R = 34.11%
G = 23.2%
B = 42.69%

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

#AF77DB (or 0xAF77DB) is known color: Amethyst. HEX triplet: AF, 77 and DB. RGB value is (175,119,219). Sum of RGB (Red+Green+Blue) = 175+119+219=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77DB is #508824. Grayscale: #929292. Windows color (decimal): -5277733 or 14383023. OLE color: 14383023.

HSL color Cylindrical-coordinate representation of color #AF77DB: hue angle of 273.6º 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 #AF77DB is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 119 219 -
CMYK 0.20 0.46 0 0.14
HSL 273.6º 0.58% 0.66% -
HSV(B) 273.6º 0.46% 0.86% -
XYZ 37.06 27.42 70.36 -
YUV 147.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 175 119 219 0.20 0.46 0 0.14 273.6 0.58 0.66
Hex AF 77 DB 14 2E 0 E 112 3A 42
Octal 257 167 333 24 56 0 16 422 72 102
Binary 10101111 1110111 11011011 10100 101110 0 1110 100010010 111010 1000010

Color Harmonies of #AF77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77DB

Black with #AF77DB

Text Example


Text Example

White with #AF77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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