Html Css Color HEX #A262D5 Amethyst

📋 copy color: '#A262D5'

red 162 ◦ green 98 ◦ blue 213

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

Shades of Amethyst #A262D5

Tints of Amethyst #A262D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 34.25%
G = 20.72%
B = 45.03%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A262D5 (or 0xA262D5) is known color: Amethyst. HEX triplet: A2, 62 and D5. RGB value is (162,98,213). Sum of RGB (Red+Green+Blue) = 162+98+213=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #A262D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262D5 is #5D9D2A. Grayscale: #818181. Windows color (decimal): -6135083 or 13984418. OLE color: 13984418.

HSL color Cylindrical-coordinate representation of color #A262D5: hue angle of 273.39º degrees, saturation: 0.58, 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 #A262D5 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 98 213 -
CMYK 0.24 0.54 0 0.16
HSL 273.39º 0.58% 0.61% -
HSV(B) 273.39º 0.54% 0.84% -
XYZ 31.28 21.22 65.4 -
YUV 130.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 162 98 213 0.24 0.54 0 0.16 273.39 0.58 0.61
Hex A2 62 D5 18 36 0 10 111 3A 3D
Octal 242 142 325 30 66 0 20 421 72 75
Binary 10100010 1100010 11010101 11000 110110 0 10000 100010001 111010 111101

Color Harmonies of #A262D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262D5

Black with #A262D5

Text Example


Text Example

White with #A262D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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