Html Css Color HEX #A065DB Amethyst

📋 copy color: '#A065DB'

red 160 ◦ green 101 ◦ blue 219

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

Shades of Amethyst #A065DB

Tints of Amethyst #A065DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 33.33%
G = 21.04%
B = 45.63%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A065DB (or 0xA065DB) is known color: Amethyst. HEX triplet: A0, 65 and DB. RGB value is (160,101,219). Sum of RGB (Red+Green+Blue) = 160+101+219=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #A065DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065DB is #5F9A24. Grayscale: #838383. Windows color (decimal): -6265381 or 14378400. OLE color: 14378400.

HSL color Cylindrical-coordinate representation of color #A065DB: hue angle of 270º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A065DB is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 101 219 -
CMYK 0.27 0.54 0 0.14
HSL 270º 0.62% 0.63% -
HSV(B) 270º 0.54% 0.86% -
XYZ 31.94 21.9 69.56 -
YUV 132.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 160 101 219 0.27 0.54 0 0.14 270 0.62 0.63
Hex A0 65 DB 1B 36 0 E 10E 3E 3F
Octal 240 145 333 33 66 0 16 416 76 77
Binary 10100000 1100101 11011011 11011 110110 0 1110 100001110 111110 111111

Color Harmonies of #A065DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065DB

Black with #A065DB

Text Example


Text Example

White with #A065DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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