Html Css Color HEX #A662DB Amethyst

📋 copy color: '#A662DB'

red 166 ◦ green 98 ◦ blue 219

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

Shades of Amethyst #A662DB

Tints of Amethyst #A662DB

RGB

 RED value IS 166 (65.23% from 255) = 34.37%

 GREEN value IS 98 (38.67% from 255) = 20.29%

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

R = 34.37%
G = 20.29%
B = 45.34%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A662DB (or 0xA662DB) is known color: Amethyst. HEX triplet: A6, 62 and DB. RGB value is (166,98,219). Sum of RGB (Red+Green+Blue) = 166+98+219=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #A662DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662DB is #599D24. Grayscale: #838383. Windows color (decimal): -5872933 or 14377638. OLE color: 14377638.

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

Color convert

RGB 166 98 219 -
CMYK 0.24 0.55 0 0.14
HSL 273.72º 0.63% 0.62% -
HSV(B) 273.72º 0.55% 0.86% -
XYZ 32.88 21.96 69.52 -
YUV 132.13 177.03 152.16 -
System Red Green Blue C M Y K H S L
Decimal 166 98 219 0.24 0.55 0 0.14 273.72 0.63 0.62
Hex A6 62 DB 18 37 0 E 112 3F 3E
Octal 246 142 333 30 67 0 16 422 77 76
Binary 10100110 1100010 11011011 11000 110111 0 1110 100010010 111111 111110

Color Harmonies of #A662DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A662DB

Black with #A662DB

Text Example


Text Example

White with #A662DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A662DB; }

 p { color: rgb(166,98,219); }

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

background-color css

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

 a { background-color: rgb(166,98,219); }

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

border-color css

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

 span { border-color: rgb(166,98,219); }

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