Html Css Color HEX #A965DD Amethyst

📋 copy color: '#A965DD'

red 169 ◦ green 101 ◦ blue 221

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

Shades of Amethyst #A965DD

Tints of Amethyst #A965DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.57%

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 34.42%
G = 20.57%
B = 45.01%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A965DD (or 0xA965DD) is known color: Amethyst. HEX triplet: A9, 65 and DD. RGB value is (169,101,221). Sum of RGB (Red+Green+Blue) = 169+101+221=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #A965DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965DD is #569A22. Grayscale: #868686. Windows color (decimal): -5675555 or 14509481. OLE color: 14509481.

HSL color Cylindrical-coordinate representation of color #A965DD: hue angle of 274º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A965DD is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 101 221 -
CMYK 0.24 0.54 0 0.13
HSL 274º 0.64% 0.63% -
HSV(B) 274º 0.54% 0.87% -
XYZ 34.07 22.96 71.04 -
YUV 135.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 169 101 221 0.24 0.54 0 0.13 274 0.64 0.63
Hex A9 65 DD 18 36 0 D 112 40 3F
Octal 251 145 335 30 66 0 15 422 100 77
Binary 10101001 1100101 11011101 11000 110110 0 1101 100010010 1000000 111111

Color Harmonies of #A965DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965DD

Black with #A965DD

Text Example


Text Example

White with #A965DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965DD; }

 p { color: rgb(169,101,221); }

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

background-color css

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

 a { background-color: rgb(169,101,221); }

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

border-color css

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

 span { border-color: rgb(169,101,221); }

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