Html Css Color HEX #A266CE Amethyst

📋 copy color: '#A266CE'

red 162 ◦ green 102 ◦ blue 206

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

Shades of Amethyst #A266CE

Tints of Amethyst #A266CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

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

R = 34.47%
G = 21.7%
B = 43.83%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A266CE (or 0xA266CE) is known color: Amethyst. HEX triplet: A2, 66 and CE. RGB value is (162,102,206). Sum of RGB (Red+Green+Blue) = 162+102+206=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 102 (40.23% from 255 or 21.70% 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 #A266CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266CE is #5D9931. Grayscale: #838383. Windows color (decimal): -6134066 or 13526690. OLE color: 13526690.

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

Color convert

RGB 162 102 206 -
CMYK 0.21 0.50 0 0.19
HSL 274.62º 0.51% 0.6% -
HSV(B) 274.62º 0.5% 0.81% -
XYZ 30.79 21.64 60.95 -
YUV 131.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 162 102 206 0.21 0.50 0 0.19 274.62 0.51 0.6
Hex A2 66 CE 15 32 0 13 113 33 3C
Octal 242 146 316 25 62 0 23 423 63 74
Binary 10100010 1100110 11001110 10101 110010 0 10011 100010011 110011 111100

Color Harmonies of #A266CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A266CE

Black with #A266CE

Text Example


Text Example

White with #A266CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A266CE; }

 p { color: rgb(162,102,206); }

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

background-color css

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

 a { background-color: rgb(162,102,206); }

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

border-color css

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

 span { border-color: rgb(162,102,206); }

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