Html Css Color HEX #A462DC Amethyst

📋 copy color: '#A462DC'

red 164 ◦ green 98 ◦ blue 220

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

Shades of Amethyst #A462DC

Tints of Amethyst #A462DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 34.02%
G = 20.33%
B = 45.64%

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

#A462DC (or 0xA462DC) is known color: Amethyst. HEX triplet: A4, 62 and DC. RGB value is (164,98,220). Sum of RGB (Red+Green+Blue) = 164+98+220=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #A462DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462DC is #5B9D23. Grayscale: #838383. Windows color (decimal): -6004004 or 14443172. OLE color: 14443172.

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

Color convert

RGB 164 98 220 -
CMYK 0.25 0.55 0 0.14
HSL 272.46º 0.64% 0.62% -
HSV(B) 272.46º 0.55% 0.86% -
XYZ 32.6 21.8 70.2 -
YUV 131.64 177.87 151.08 -
System Red Green Blue C M Y K H S L
Decimal 164 98 220 0.25 0.55 0 0.14 272.46 0.64 0.62
Hex A4 62 DC 19 37 0 E 110 40 3E
Octal 244 142 334 31 67 0 16 420 100 76
Binary 10100100 1100010 11011100 11001 110111 0 1110 100010000 1000000 111110

Color Harmonies of #A462DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462DC

Black with #A462DC

Text Example


Text Example

White with #A462DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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