Html Css Color HEX #A869DC Amethyst

📋 copy color: '#A869DC'

red 168 ◦ green 105 ◦ blue 220

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

Shades of Amethyst #A869DC

Tints of Amethyst #A869DC

RGB

 RED value IS 168 (66.02% from 255) = 34.08%

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 34.08%
G = 21.3%
B = 44.62%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A869DC (or 0xA869DC) is known color: Amethyst. HEX triplet: A8, 69 and DC. RGB value is (168,105,220). Sum of RGB (Red+Green+Blue) = 168+105+220=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #A869DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869DC is #579623. Grayscale: #888888. Windows color (decimal): -5740068 or 14444968. OLE color: 14444968.

HSL color Cylindrical-coordinate representation of color #A869DC: hue angle of 272.87º degrees, saturation: 0.62, 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 #A869DC is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 105 220 -
CMYK 0.24 0.52 0 0.14
HSL 272.87º 0.62% 0.64% -
HSV(B) 272.87º 0.52% 0.86% -
XYZ 34.12 23.6 70.47 -
YUV 136.95 174.87 150.15 -
System Red Green Blue C M Y K H S L
Decimal 168 105 220 0.24 0.52 0 0.14 272.87 0.62 0.64
Hex A8 69 DC 18 34 0 E 111 3E 40
Octal 250 151 334 30 64 0 16 421 76 100
Binary 10101000 1101001 11011100 11000 110100 0 1110 100010001 111110 1000000

Color Harmonies of #A869DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869DC

Black with #A869DC

Text Example


Text Example

White with #A869DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869DC; }

 p { color: rgb(168,105,220); }

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

background-color css

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

 a { background-color: rgb(168,105,220); }

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

border-color css

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

 span { border-color: rgb(168,105,220); }

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