Html Css Color HEX #A969CE Amethyst

📋 copy color: '#A969CE'

red 169 ◦ green 105 ◦ blue 206

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

Shades of Amethyst #A969CE

Tints of Amethyst #A969CE

RGB

 RED value IS 169 (66.41% from 255) = 35.21%

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 35.21%
G = 21.88%
B = 42.92%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A969CE (or 0xA969CE) is known color: Amethyst. HEX triplet: A9, 69 and CE. RGB value is (169,105,206). Sum of RGB (Red+Green+Blue) = 169+105+206=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #A969CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969CE is #569631. Grayscale: #878787. Windows color (decimal): -5674546 or 13527465. OLE color: 13527465.

HSL color Cylindrical-coordinate representation of color #A969CE: hue angle of 278.02º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A969CE is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 105 206 -
CMYK 0.18 0.49 0 0.19
HSL 278.02º 0.51% 0.61% -
HSV(B) 278.02º 0.49% 0.81% -
XYZ 32.55 22.99 61.12 -
YUV 135.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 169 105 206 0.18 0.49 0 0.19 278.02 0.51 0.61
Hex A9 69 CE 12 31 0 13 116 33 3D
Octal 251 151 316 22 61 0 23 426 63 75
Binary 10101001 1101001 11001110 10010 110001 0 10011 100010110 110011 111101

Color Harmonies of #A969CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A969CE

Black with #A969CE

Text Example


Text Example

White with #A969CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A969CE; }

 p { color: rgb(169,105,206); }

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

background-color css

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

 a { background-color: rgb(169,105,206); }

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

border-color css

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

 span { border-color: rgb(169,105,206); }

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