Html Css Color HEX #A269DF Amethyst

📋 copy color: '#A269DF'

red 162 ◦ green 105 ◦ blue 223

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

Shades of Amethyst #A269DF

Tints of Amethyst #A269DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 33.06%
G = 21.43%
B = 45.51%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A269DF (or 0xA269DF) is known color: Amethyst. HEX triplet: A2, 69 and DF. RGB value is (162,105,223). Sum of RGB (Red+Green+Blue) = 162+105+223=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #A269DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269DF is #5D9620. Grayscale: #878787. Windows color (decimal): -6133281 or 14641570. OLE color: 14641570.

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

Color convert

RGB 162 105 223 -
CMYK 0.27 0.53 0 0.13
HSL 268.98º 0.65% 0.64% -
HSV(B) 268.98º 0.53% 0.87% -
XYZ 33.27 23.11 72.52 -
YUV 135.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 162 105 223 0.27 0.53 0 0.13 268.98 0.65 0.64
Hex A2 69 DF 1B 35 0 D 10D 41 40
Octal 242 151 337 33 65 0 15 415 101 100
Binary 10100010 1101001 11011111 11011 110101 0 1101 100001101 1000001 1000000

Color Harmonies of #A269DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A269DF

Black with #A269DF

Text Example


Text Example

White with #A269DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A269DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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