Html Css Color HEX #A764DB Amethyst

📋 copy color: '#A764DB'

red 167 ◦ green 100 ◦ blue 219

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

Shades of Amethyst #A764DB

Tints of Amethyst #A764DB

RGB

 RED value IS 167 (65.63% from 255) = 34.36%

 GREEN value IS 100 (39.45% from 255) = 20.58%

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

R = 34.36%
G = 20.58%
B = 45.06%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A764DB (or 0xA764DB) is known color: Amethyst. HEX triplet: A7, 64 and DB. RGB value is (167,100,219). Sum of RGB (Red+Green+Blue) = 167+100+219=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #A764DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764DB is #589B24. Grayscale: #858585. Windows color (decimal): -5806885 or 14378151. OLE color: 14378151.

HSL color Cylindrical-coordinate representation of color #A764DB: hue angle of 273.78º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A764DB is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 100 219 -
CMYK 0.24 0.54 0 0.14
HSL 273.78º 0.62% 0.63% -
HSV(B) 273.78º 0.54% 0.86% -
XYZ 33.28 22.44 69.6 -
YUV 133.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 167 100 219 0.24 0.54 0 0.14 273.78 0.62 0.63
Hex A7 64 DB 18 36 0 E 112 3E 3F
Octal 247 144 333 30 66 0 16 422 76 77
Binary 10100111 1100100 11011011 11000 110110 0 1110 100010010 111110 111111

Color Harmonies of #A764DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764DB

Black with #A764DB

Text Example


Text Example

White with #A764DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764DB; }

 p { color: rgb(167,100,219); }

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

background-color css

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

 a { background-color: rgb(167,100,219); }

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

border-color css

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

 span { border-color: rgb(167,100,219); }

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