Html Css Color HEX #A462D6 Amethyst

📋 copy color: '#A462D6'

red 164 ◦ green 98 ◦ blue 214

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

Shades of Amethyst #A462D6

Tints of Amethyst #A462D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 34.45%
G = 20.59%
B = 44.96%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A462D6 (or 0xA462D6) is known color: Amethyst. HEX triplet: A4, 62 and D6. RGB value is (164,98,214). Sum of RGB (Red+Green+Blue) = 164+98+214=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #A462D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462D6 is #5B9D29. Grayscale: #828282. Windows color (decimal): -6004010 or 14049956. OLE color: 14049956.

HSL color Cylindrical-coordinate representation of color #A462D6: hue angle of 274.14º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A462D6 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 98 214 -
CMYK 0.23 0.54 0 0.16
HSL 274.14º 0.59% 0.61% -
HSV(B) 274.14º 0.54% 0.84% -
XYZ 31.82 21.48 66.09 -
YUV 130.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 164 98 214 0.23 0.54 0 0.16 274.14 0.59 0.61
Hex A4 62 D6 17 36 0 10 112 3B 3D
Octal 244 142 326 27 66 0 20 422 73 75
Binary 10100100 1100010 11010110 10111 110110 0 10000 100010010 111011 111101

Color Harmonies of #A462D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462D6

Black with #A462D6

Text Example


Text Example

White with #A462D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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