Html Css Color HEX #A462DB Amethyst

📋 copy color: '#A462DB'

red 164 ◦ green 98 ◦ blue 219

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

Shades of Amethyst #A462DB

Tints of Amethyst #A462DB

RGB

 RED value IS 164 (64.45% from 255) = 34.1%

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

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

R = 34.1%
G = 20.37%
B = 45.53%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A462DB (or 0xA462DB) is known color: Amethyst. HEX triplet: A4, 62 and DB. RGB value is (164,98,219). Sum of RGB (Red+Green+Blue) = 164+98+219=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #A462DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462DB is #5B9D24. Grayscale: #838383. Windows color (decimal): -6004005 or 14377636. OLE color: 14377636.

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

Color convert

RGB 164 98 219 -
CMYK 0.25 0.55 0 0.14
HSL 272.73º 0.63% 0.62% -
HSV(B) 272.73º 0.55% 0.86% -
XYZ 32.46 21.74 69.5 -
YUV 131.53 177.37 151.16 -
System Red Green Blue C M Y K H S L
Decimal 164 98 219 0.25 0.55 0 0.14 272.73 0.63 0.62
Hex A4 62 DB 19 37 0 E 111 3F 3E
Octal 244 142 333 31 67 0 16 421 77 76
Binary 10100100 1100010 11011011 11001 110111 0 1110 100010001 111111 111110

Color Harmonies of #A462DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462DB

Black with #A462DB

Text Example


Text Example

White with #A462DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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