Html Css Color HEX #A662CA Amethyst

📋 copy color: '#A662CA'

red 166 ◦ green 98 ◦ blue 202

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

Shades of Amethyst #A662CA

Tints of Amethyst #A662CA

RGB

 RED value IS 166 (65.23% from 255) = 35.62%

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

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

R = 35.62%
G = 21.03%
B = 43.35%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A662CA (or 0xA662CA) is known color: Amethyst. HEX triplet: A6, 62 and CA. RGB value is (166,98,202). Sum of RGB (Red+Green+Blue) = 166+98+202=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #A662CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662CA is #599D35. Grayscale: #818181. Windows color (decimal): -5872950 or 13263526. OLE color: 13263526.

HSL color Cylindrical-coordinate representation of color #A662CA: hue angle of 279.23º 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 #A662CA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 98 202 -
CMYK 0.18 0.51 0 0.21
HSL 279.23º 0.5% 0.59% -
HSV(B) 279.23º 0.51% 0.79% -
XYZ 30.75 21.11 58.33 -
YUV 130.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 166 98 202 0.18 0.51 0 0.21 279.23 0.5 0.59
Hex A6 62 CA 12 33 0 15 117 32 3B
Octal 246 142 312 22 63 0 25 427 62 73
Binary 10100110 1100010 11001010 10010 110011 0 10101 100010111 110010 111011

Color Harmonies of #A662CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A662CA

Black with #A662CA

Text Example


Text Example

White with #A662CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A662CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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