Html Css Color HEX #A662CE Amethyst

📋 copy color: '#A662CE'

red 166 ◦ green 98 ◦ blue 206

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

Shades of Amethyst #A662CE

Tints of Amethyst #A662CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 35.32%
G = 20.85%
B = 43.83%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A662CE (or 0xA662CE) is known color: Amethyst. HEX triplet: A6, 62 and CE. RGB value is (166,98,206). Sum of RGB (Red+Green+Blue) = 166+98+206=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #A662CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662CE is #599D31. Grayscale: #828282. Windows color (decimal): -5872946 or 13525670. OLE color: 13525670.

HSL color Cylindrical-coordinate representation of color #A662CE: hue angle of 277.78º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A662CE is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 98 206 -
CMYK 0.19 0.52 0 0.19
HSL 277.78º 0.52% 0.6% -
HSV(B) 277.78º 0.52% 0.81% -
XYZ 31.23 21.3 60.86 -
YUV 130.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 166 98 206 0.19 0.52 0 0.19 277.78 0.52 0.6
Hex A6 62 CE 13 34 0 13 116 34 3C
Octal 246 142 316 23 64 0 23 426 64 74
Binary 10100110 1100010 11001110 10011 110100 0 10011 100010110 110100 111100

Color Harmonies of #A662CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A662CE

Black with #A662CE

Text Example


Text Example

White with #A662CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A662CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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