Html Css Color HEX #A269DD Amethyst

📋 copy color: '#A269DD'

red 162 ◦ green 105 ◦ blue 221

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

Shades of Amethyst #A269DD

Tints of Amethyst #A269DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.52%

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

R = 33.2%
G = 21.52%
B = 45.29%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A269DD (or 0xA269DD) is known color: Amethyst. HEX triplet: A2, 69 and DD. RGB value is (162,105,221). Sum of RGB (Red+Green+Blue) = 162+105+221=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #A269DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269DD is #5D9622. Grayscale: #868686. Windows color (decimal): -6133283 or 14510498. OLE color: 14510498.

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

Color convert

RGB 162 105 221 -
CMYK 0.27 0.52 0 0.13
HSL 269.48º 0.63% 0.64% -
HSV(B) 269.48º 0.52% 0.87% -
XYZ 33 23 71.11 -
YUV 135.27 176.38 147.07 -
System Red Green Blue C M Y K H S L
Decimal 162 105 221 0.27 0.52 0 0.13 269.48 0.63 0.64
Hex A2 69 DD 1B 34 0 D 10D 3F 40
Octal 242 151 335 33 64 0 15 415 77 100
Binary 10100010 1101001 11011101 11011 110100 0 1101 100001101 111111 1000000

Color Harmonies of #A269DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A269DD

Black with #A269DD

Text Example


Text Example

White with #A269DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A269DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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