Html Css Color HEX #A465DB Amethyst

📋 copy color: '#A465DB'

red 164 ◦ green 101 ◦ blue 219

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

Shades of Amethyst #A465DB

Tints of Amethyst #A465DB

RGB

 RED value IS 164 (64.45% from 255) = 33.88%

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

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

R = 33.88%
G = 20.87%
B = 45.25%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A465DB (or 0xA465DB) is known color: Amethyst. HEX triplet: A4, 65 and DB. RGB value is (164,101,219). Sum of RGB (Red+Green+Blue) = 164+101+219=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #A465DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465DB is #5B9A24. Grayscale: #848484. Windows color (decimal): -6003237 or 14378404. OLE color: 14378404.

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

Color convert

RGB 164 101 219 -
CMYK 0.25 0.54 0 0.14
HSL 272.03º 0.62% 0.63% -
HSV(B) 272.03º 0.54% 0.86% -
XYZ 32.75 22.31 69.6 -
YUV 133.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 164 101 219 0.25 0.54 0 0.14 272.03 0.62 0.63
Hex A4 65 DB 19 36 0 E 110 3E 3F
Octal 244 145 333 31 66 0 16 420 76 77
Binary 10100100 1100101 11011011 11001 110110 0 1110 100010000 111110 111111

Color Harmonies of #A465DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465DB

Black with #A465DB

Text Example


Text Example

White with #A465DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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