Html Css Color HEX #A062CD Amethyst

📋 copy color: '#A062CD'

red 160 ◦ green 98 ◦ blue 205

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

Shades of Amethyst #A062CD

Tints of Amethyst #A062CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 34.56%
G = 21.17%
B = 44.28%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A062CD (or 0xA062CD) is known color: Amethyst. HEX triplet: A0, 62 and CD. RGB value is (160,98,205). Sum of RGB (Red+Green+Blue) = 160+98+205=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #A062CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062CD is #5F9D32. Grayscale: #808080. Windows color (decimal): -6266163 or 13460128. OLE color: 13460128.

HSL color Cylindrical-coordinate representation of color #A062CD: hue angle of 274.77º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A062CD is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 98 205 -
CMYK 0.22 0.52 0 0.20
HSL 274.77º 0.52% 0.59% -
HSV(B) 274.77º 0.52% 0.8% -
XYZ 29.88 20.62 60.16 -
YUV 128.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 160 98 205 0.22 0.52 0 0.20 274.77 0.52 0.59
Hex A0 62 CD 16 34 0 14 113 34 3B
Octal 240 142 315 26 64 0 24 423 64 73
Binary 10100000 1100010 11001101 10110 110100 0 10100 100010011 110100 111011

Color Harmonies of #A062CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A062CD

Black with #A062CD

Text Example


Text Example

White with #A062CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A062CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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