Html Css Color HEX #A462DD Amethyst

📋 copy color: '#A462DD'

red 164 ◦ green 98 ◦ blue 221

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

Shades of Amethyst #A462DD

Tints of Amethyst #A462DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 33.95%
G = 20.29%
B = 45.76%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A462DD (or 0xA462DD) is known color: Amethyst. HEX triplet: A4, 62 and DD. RGB value is (164,98,221). Sum of RGB (Red+Green+Blue) = 164+98+221=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #A462DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462DD is #5B9D22. Grayscale: #838383. Windows color (decimal): -6004003 or 14508708. OLE color: 14508708.

HSL color Cylindrical-coordinate representation of color #A462DD: hue angle of 272.2º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A462DD is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 98 221 -
CMYK 0.26 0.56 0 0.13
HSL 272.2º 0.64% 0.63% -
HSV(B) 272.2º 0.56% 0.87% -
XYZ 32.73 21.85 70.9 -
YUV 131.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 164 98 221 0.26 0.56 0 0.13 272.2 0.64 0.63
Hex A4 62 DD 1A 38 0 D 110 40 3F
Octal 244 142 335 32 70 0 15 420 100 77
Binary 10100100 1100010 11011101 11010 111000 0 1101 100010000 1000000 111111

Color Harmonies of #A462DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462DD

Black with #A462DD

Text Example


Text Example

White with #A462DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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