Html Css Color HEX #A062DF Amethyst

📋 copy color: '#A062DF'

red 160 ◦ green 98 ◦ blue 223

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

Shades of Amethyst #A062DF

Tints of Amethyst #A062DF

RGB

 RED value IS 160 (62.89% from 255) = 33.26%

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

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

R = 33.26%
G = 20.37%
B = 46.36%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A062DF (or 0xA062DF) is known color: Amethyst. HEX triplet: A0, 62 and DF. RGB value is (160,98,223). Sum of RGB (Red+Green+Blue) = 160+98+223=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #A062DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062DF is #5F9D20. Grayscale: #828282. Windows color (decimal): -6266145 or 14639776. OLE color: 14639776.

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

Color convert

RGB 160 98 223 -
CMYK 0.28 0.56 0 0.13
HSL 269.76º 0.66% 0.63% -
HSV(B) 269.76º 0.56% 0.87% -
XYZ 32.18 21.54 72.27 -
YUV 130.79 180.04 148.84 -
System Red Green Blue C M Y K H S L
Decimal 160 98 223 0.28 0.56 0 0.13 269.76 0.66 0.63
Hex A0 62 DF 1C 38 0 D 10E 42 3F
Octal 240 142 337 34 70 0 15 416 102 77
Binary 10100000 1100010 11011111 11100 111000 0 1101 100001110 1000010 111111

Color Harmonies of #A062DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A062DF

Black with #A062DF

Text Example


Text Example

White with #A062DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A062DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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