Html Css Color HEX #A269D6 Amethyst

📋 copy color: '#A269D6'

red 162 ◦ green 105 ◦ blue 214

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

Shades of Amethyst #A269D6

Tints of Amethyst #A269D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.49%

R = 33.68%
G = 21.83%
B = 44.49%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A269D6 (or 0xA269D6) is known color: Amethyst. HEX triplet: A2, 69 and D6. RGB value is (162,105,214). Sum of RGB (Red+Green+Blue) = 162+105+214=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #A269D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269D6 is #5D9629. Grayscale: #868686. Windows color (decimal): -6133290 or 14051746. OLE color: 14051746.

HSL color Cylindrical-coordinate representation of color #A269D6: hue angle of 271.38º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A269D6 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 105 214 -
CMYK 0.24 0.51 0 0.16
HSL 271.38º 0.57% 0.63% -
HSV(B) 271.38º 0.51% 0.84% -
XYZ 32.09 22.64 66.3 -
YUV 134.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 162 105 214 0.24 0.51 0 0.16 271.38 0.57 0.63
Hex A2 69 D6 18 33 0 10 10F 39 3F
Octal 242 151 326 30 63 0 20 417 71 77
Binary 10100010 1101001 11010110 11000 110011 0 10000 100001111 111001 111111

Color Harmonies of #A269D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A269D6

Black with #A269D6

Text Example


Text Example

White with #A269D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A269D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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