Html Css Color HEX #A968D3 Amethyst

📋 copy color: '#A968D3'

red 169 ◦ green 104 ◦ blue 211

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

Shades of Amethyst #A968D3

Tints of Amethyst #A968D3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.49%

 BLUE value IS 211 (82.81% from 255) = 43.6%

R = 34.92%
G = 21.49%
B = 43.6%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A968D3 (or 0xA968D3) is known color: Amethyst. HEX triplet: A9, 68 and D3. RGB value is (169,104,211). Sum of RGB (Red+Green+Blue) = 169+104+211=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #A968D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968D3 is #56972C. Grayscale: #878787. Windows color (decimal): -5674797 or 13854889. OLE color: 13854889.

HSL color Cylindrical-coordinate representation of color #A968D3: hue angle of 276.45º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A968D3 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 104 211 -
CMYK 0.20 0.51 0 0.17
HSL 276.45º 0.55% 0.62% -
HSV(B) 276.45º 0.51% 0.83% -
XYZ 33.07 23.04 64.33 -
YUV 135.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 169 104 211 0.20 0.51 0 0.17 276.45 0.55 0.62
Hex A9 68 D3 14 33 0 11 114 37 3E
Octal 251 150 323 24 63 0 21 424 67 76
Binary 10101001 1101000 11010011 10100 110011 0 10001 100010100 110111 111110

Color Harmonies of #A968D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A968D3

Black with #A968D3

Text Example


Text Example

White with #A968D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A968D3; }

 p { color: rgb(169,104,211); }

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

background-color css

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

 a { background-color: rgb(169,104,211); }

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

border-color css

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

 span { border-color: rgb(169,104,211); }

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