Html Css Color HEX #A065DD Amethyst

📋 copy color: '#A065DD'

red 160 ◦ green 101 ◦ blue 221

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

Shades of Amethyst #A065DD

Tints of Amethyst #A065DD

RGB

 RED value IS 160 (62.89% from 255) = 33.2%

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

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

R = 33.2%
G = 20.95%
B = 45.85%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A065DD (or 0xA065DD) is known color: Amethyst. HEX triplet: A0, 65 and DD. RGB value is (160,101,221). Sum of RGB (Red+Green+Blue) = 160+101+221=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A065DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065DD is #5F9A22. Grayscale: #838383. Windows color (decimal): -6265379 or 14509472. OLE color: 14509472.

HSL color Cylindrical-coordinate representation of color #A065DD: hue angle of 269.5º 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 #A065DD is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 101 221 -
CMYK 0.28 0.54 0 0.13
HSL 269.5º 0.64% 0.63% -
HSV(B) 269.5º 0.54% 0.87% -
XYZ 32.2 22 70.96 -
YUV 132.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 160 101 221 0.28 0.54 0 0.13 269.5 0.64 0.63
Hex A0 65 DD 1C 36 0 D 10E 40 3F
Octal 240 145 335 34 66 0 15 416 100 77
Binary 10100000 1100101 11011101 11100 110110 0 1101 100001110 1000000 111111

Color Harmonies of #A065DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065DD

Black with #A065DD

Text Example


Text Example

White with #A065DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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