Html Css Color HEX #A266C8 Amethyst

📋 copy color: '#A266C8'

red 162 ◦ green 102 ◦ blue 200

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

Shades of Amethyst #A266C8

Tints of Amethyst #A266C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.1%

R = 34.91%
G = 21.98%
B = 43.1%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A266C8 (or 0xA266C8) is known color: Amethyst. HEX triplet: A2, 66 and C8. RGB value is (162,102,200). Sum of RGB (Red+Green+Blue) = 162+102+200=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #A266C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266C8 is #5D9937. Grayscale: #828282. Windows color (decimal): -6134072 or 13133474. OLE color: 13133474.

HSL color Cylindrical-coordinate representation of color #A266C8: hue angle of 276.73º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A266C8 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 102 200 -
CMYK 0.19 0.49 0 0.22
HSL 276.73º 0.47% 0.59% -
HSV(B) 276.73º 0.49% 0.78% -
XYZ 30.08 21.35 57.18 -
YUV 131.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 162 102 200 0.19 0.49 0 0.22 276.73 0.47 0.59
Hex A2 66 C8 13 31 0 16 115 2F 3B
Octal 242 146 310 23 61 0 26 425 57 73
Binary 10100010 1100110 11001000 10011 110001 0 10110 100010101 101111 111011

Color Harmonies of #A266C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A266C8

Black with #A266C8

Text Example


Text Example

White with #A266C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A266C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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