Html Css Color HEX #A262CA Amethyst

📋 copy color: '#A262CA'

red 162 ◦ green 98 ◦ blue 202

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

Shades of Amethyst #A262CA

Tints of Amethyst #A262CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 35.06%
G = 21.21%
B = 43.72%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A262CA (or 0xA262CA) is known color: Amethyst. HEX triplet: A2, 62 and CA. RGB value is (162,98,202). Sum of RGB (Red+Green+Blue) = 162+98+202=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #A262CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262CA is #5D9D35. Grayscale: #808080. Windows color (decimal): -6135094 or 13263522. OLE color: 13263522.

HSL color Cylindrical-coordinate representation of color #A262CA: hue angle of 276.92º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A262CA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 98 202 -
CMYK 0.20 0.51 0 0.21
HSL 276.92º 0.5% 0.59% -
HSV(B) 276.92º 0.51% 0.79% -
XYZ 29.93 20.68 58.29 -
YUV 128.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 162 98 202 0.20 0.51 0 0.21 276.92 0.5 0.59
Hex A2 62 CA 14 33 0 15 115 32 3B
Octal 242 142 312 24 63 0 25 425 62 73
Binary 10100010 1100010 11001010 10100 110011 0 10101 100010101 110010 111011

Color Harmonies of #A262CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262CA

Black with #A262CA

Text Example


Text Example

White with #A262CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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