Html Css Color HEX #A969CB Amethyst

📋 copy color: '#A969CB'

red 169 ◦ green 105 ◦ blue 203

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

Shades of Amethyst #A969CB

Tints of Amethyst #A969CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 35.43%
G = 22.01%
B = 42.56%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A969CB (or 0xA969CB) is known color: Amethyst. HEX triplet: A9, 69 and CB. RGB value is (169,105,203). Sum of RGB (Red+Green+Blue) = 169+105+203=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A969CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969CB is #569634. Grayscale: #868686. Windows color (decimal): -5674549 or 13330857. OLE color: 13330857.

HSL color Cylindrical-coordinate representation of color #A969CB: hue angle of 279.18º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A969CB is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 105 203 -
CMYK 0.17 0.48 0 0.20
HSL 279.18º 0.49% 0.6% -
HSV(B) 279.18º 0.48% 0.8% -
XYZ 32.19 22.85 59.21 -
YUV 135.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 169 105 203 0.17 0.48 0 0.20 279.18 0.49 0.6
Hex A9 69 CB 11 30 0 14 117 31 3C
Octal 251 151 313 21 60 0 24 427 61 74
Binary 10101001 1101001 11001011 10001 110000 0 10100 100010111 110001 111100

Color Harmonies of #A969CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A969CB

Black with #A969CB

Text Example


Text Example

White with #A969CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A969CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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