Html Css Color HEX #A262DF Amethyst

📋 copy color: '#A262DF'

red 162 ◦ green 98 ◦ blue 223

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

Shades of Amethyst #A262DF

Tints of Amethyst #A262DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 33.54%
G = 20.29%
B = 46.17%

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

#A262DF (or 0xA262DF) is known color: Amethyst. HEX triplet: A2, 62 and DF. RGB value is (162,98,223). Sum of RGB (Red+Green+Blue) = 162+98+223=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #A262DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262DF is #5D9D20. Grayscale: #828282. Windows color (decimal): -6135073 or 14639778. OLE color: 14639778.

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

Color convert

RGB 162 98 223 -
CMYK 0.27 0.56 0 0.13
HSL 270.72º 0.66% 0.63% -
HSV(B) 270.72º 0.56% 0.87% -
XYZ 32.59 21.74 72.29 -
YUV 131.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 162 98 223 0.27 0.56 0 0.13 270.72 0.66 0.63
Hex A2 62 DF 1B 38 0 D 10F 42 3F
Octal 242 142 337 33 70 0 15 417 102 77
Binary 10100010 1100010 11011111 11011 111000 0 1101 100001111 1000010 111111

Color Harmonies of #A262DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262DF

Black with #A262DF

Text Example


Text Example

White with #A262DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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