Html Css Color HEX #A969CF Amethyst

📋 copy color: '#A969CF'

red 169 ◦ green 105 ◦ blue 207

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

Shades of Amethyst #A969CF

Tints of Amethyst #A969CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 35.14%
G = 21.83%
B = 43.04%

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

#A969CF (or 0xA969CF) is known color: Amethyst. HEX triplet: A9, 69 and CF. RGB value is (169,105,207). Sum of RGB (Red+Green+Blue) = 169+105+207=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #A969CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969CF is #569630. Grayscale: #878787. Windows color (decimal): -5674545 or 13593001. OLE color: 13593001.

HSL color Cylindrical-coordinate representation of color #A969CF: hue angle of 277.65º degrees, saturation: 0.52, 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 #A969CF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 105 207 -
CMYK 0.18 0.49 0 0.19
HSL 277.65º 0.52% 0.61% -
HSV(B) 277.65º 0.49% 0.81% -
XYZ 32.68 23.04 61.76 -
YUV 135.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 169 105 207 0.18 0.49 0 0.19 277.65 0.52 0.61
Hex A9 69 CF 12 31 0 13 116 34 3D
Octal 251 151 317 22 61 0 23 426 64 75
Binary 10101001 1101001 11001111 10010 110001 0 10011 100010110 110100 111101

Color Harmonies of #A969CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A969CF

Black with #A969CF

Text Example


Text Example

White with #A969CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A969CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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