Html Css Color HEX #A266DD Amethyst

📋 copy color: '#A266DD'

red 162 ◦ green 102 ◦ blue 221

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

Shades of Amethyst #A266DD

Tints of Amethyst #A266DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 33.4%
G = 21.03%
B = 45.57%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A266DD (or 0xA266DD) is known color: Amethyst. HEX triplet: A2, 66 and DD. RGB value is (162,102,221). Sum of RGB (Red+Green+Blue) = 162+102+221=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #A266DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266DD is #5D9922. Grayscale: #858585. Windows color (decimal): -6134051 or 14509730. OLE color: 14509730.

HSL color Cylindrical-coordinate representation of color #A266DD: hue angle of 270.25º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A266DD is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 102 221 -
CMYK 0.27 0.54 0 0.13
HSL 270.25º 0.64% 0.63% -
HSV(B) 270.25º 0.54% 0.87% -
XYZ 32.7 22.4 71.01 -
YUV 133.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 162 102 221 0.27 0.54 0 0.13 270.25 0.64 0.63
Hex A2 66 DD 1B 36 0 D 10E 40 3F
Octal 242 146 335 33 66 0 15 416 100 77
Binary 10100010 1100110 11011101 11011 110110 0 1101 100001110 1000000 111111

Color Harmonies of #A266DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A266DD

Black with #A266DD

Text Example


Text Example

White with #A266DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A266DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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