Html Css Color HEX #A968CA Amethyst

📋 copy color: '#A968CA'

red 169 ◦ green 104 ◦ blue 202

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

Shades of Amethyst #A968CA

Tints of Amethyst #A968CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 35.58%
G = 21.89%
B = 42.53%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A968CA (or 0xA968CA) is known color: Amethyst. HEX triplet: A9, 68 and CA. RGB value is (169,104,202). Sum of RGB (Red+Green+Blue) = 169+104+202=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A968CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968CA is #569735. Grayscale: #868686. Windows color (decimal): -5674806 or 13265065. OLE color: 13265065.

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

Color convert

RGB 169 104 202 -
CMYK 0.16 0.49 0 0.21
HSL 279.8º 0.48% 0.6% -
HSV(B) 279.8º 0.49% 0.79% -
XYZ 31.97 22.6 58.55 -
YUV 134.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 169 104 202 0.16 0.49 0 0.21 279.8 0.48 0.6
Hex A9 68 CA 10 31 0 15 118 30 3C
Octal 251 150 312 20 61 0 25 430 60 74
Binary 10101001 1101000 11001010 10000 110001 0 10101 100011000 110000 111100

Color Harmonies of #A968CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A968CA

Black with #A968CA

Text Example


Text Example

White with #A968CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A968CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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