Html Css Color HEX #A462CE Amethyst

📋 copy color: '#A462CE'

red 164 ◦ green 98 ◦ blue 206

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

Shades of Amethyst #A462CE

Tints of Amethyst #A462CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 35.04%
G = 20.94%
B = 44.02%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A462CE (or 0xA462CE) is known color: Amethyst. HEX triplet: A4, 62 and CE. RGB value is (164,98,206). Sum of RGB (Red+Green+Blue) = 164+98+206=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #A462CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462CE is #5B9D31. Grayscale: #818181. Windows color (decimal): -6004018 or 13525668. OLE color: 13525668.

HSL color Cylindrical-coordinate representation of color #A462CE: hue angle of 276.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A462CE is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 98 206 -
CMYK 0.20 0.52 0 0.19
HSL 276.67º 0.52% 0.6% -
HSV(B) 276.67º 0.52% 0.81% -
XYZ 30.82 21.08 60.84 -
YUV 130.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 164 98 206 0.20 0.52 0 0.19 276.67 0.52 0.6
Hex A4 62 CE 14 34 0 13 115 34 3C
Octal 244 142 316 24 64 0 23 425 64 74
Binary 10100100 1100010 11001110 10100 110100 0 10011 100010101 110100 111100

Color Harmonies of #A462CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462CE

Black with #A462CE

Text Example


Text Example

White with #A462CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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