Html Css Color HEX #A269DB Amethyst

📋 copy color: '#A269DB'

red 162 ◦ green 105 ◦ blue 219

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

Shades of Amethyst #A269DB

Tints of Amethyst #A269DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 33.33%
G = 21.6%
B = 45.06%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A269DB (or 0xA269DB) is known color: Amethyst. HEX triplet: A2, 69 and DB. RGB value is (162,105,219). Sum of RGB (Red+Green+Blue) = 162+105+219=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #A269DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269DB is #5D9624. Grayscale: #868686. Windows color (decimal): -6133285 or 14379426. OLE color: 14379426.

HSL color Cylindrical-coordinate representation of color #A269DB: hue angle of 270º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A269DB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 105 219 -
CMYK 0.26 0.52 0 0.14
HSL 270º 0.61% 0.64% -
HSV(B) 270º 0.52% 0.86% -
XYZ 32.74 22.9 69.71 -
YUV 135.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 162 105 219 0.26 0.52 0 0.14 270 0.61 0.64
Hex A2 69 DB 1A 34 0 E 10E 3D 40
Octal 242 151 333 32 64 0 16 416 75 100
Binary 10100010 1101001 11011011 11010 110100 0 1110 100001110 111101 1000000

Color Harmonies of #A269DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A269DB

Black with #A269DB

Text Example


Text Example

White with #A269DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A269DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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