Html Css Color HEX #A262DD Amethyst

📋 copy color: '#A262DD'

red 162 ◦ green 98 ◦ blue 221

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

Shades of Amethyst #A262DD

Tints of Amethyst #A262DD

RGB

 RED value IS 162 (63.67% from 255) = 33.68%

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

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

R = 33.68%
G = 20.37%
B = 45.95%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A262DD (or 0xA262DD) is known color: Amethyst. HEX triplet: A2, 62 and DD. RGB value is (162,98,221). Sum of RGB (Red+Green+Blue) = 162+98+221=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #A262DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262DD is #5D9D22. Grayscale: #828282. Windows color (decimal): -6135075 or 14508706. OLE color: 14508706.

HSL color Cylindrical-coordinate representation of color #A262DD: hue angle of 271.22º 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 #A262DD is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 98 221 -
CMYK 0.27 0.56 0 0.13
HSL 271.22º 0.64% 0.63% -
HSV(B) 271.22º 0.56% 0.87% -
XYZ 32.32 21.64 70.88 -
YUV 131.16 178.7 150 -
System Red Green Blue C M Y K H S L
Decimal 162 98 221 0.27 0.56 0 0.13 271.22 0.64 0.63
Hex A2 62 DD 1B 38 0 D 10F 40 3F
Octal 242 142 335 33 70 0 15 417 100 77
Binary 10100010 1100010 11011101 11011 111000 0 1101 100001111 1000000 111111

Color Harmonies of #A262DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262DD

Black with #A262DD

Text Example


Text Example

White with #A262DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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