Html Css Color HEX #A35DDB Amethyst

📋 copy color: '#A35DDB'

red 163 ◦ green 93 ◦ blue 219

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

Shades of Amethyst #A35DDB

Tints of Amethyst #A35DDB

RGB

 RED value IS 163 (64.06% from 255) = 34.32%

 GREEN value IS 93 (36.72% from 255) = 19.58%

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

R = 34.32%
G = 19.58%
B = 46.11%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A35DDB (or 0xA35DDB) is known color: Amethyst. HEX triplet: A3, 5D and DB. RGB value is (163,93,219). Sum of RGB (Red+Green+Blue) = 163+93+219=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #A35DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DDB is #5CA224. Grayscale: #7F7F7F. Windows color (decimal): -6070821 or 14376355. OLE color: 14376355.

HSL color Cylindrical-coordinate representation of color #A35DDB: hue angle of 273.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35DDB is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 93 219 -
CMYK 0.26 0.58 0 0.14
HSL 273.33º 0.64% 0.61% -
HSV(B) 273.33º 0.58% 0.86% -
XYZ 31.8 20.73 69.34 -
YUV 128.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 163 93 219 0.26 0.58 0 0.14 273.33 0.64 0.61
Hex A3 5D DB 1A 3A 0 E 111 40 3D
Octal 243 135 333 32 72 0 16 421 100 75
Binary 10100011 1011101 11011011 11010 111010 0 1110 100010001 1000000 111101

Color Harmonies of #A35DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35DDB

Black with #A35DDB

Text Example


Text Example

White with #A35DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35DDB; }

 p { color: rgb(163,93,219); }

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

background-color css

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

 a { background-color: rgb(163,93,219); }

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

border-color css

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

 span { border-color: rgb(163,93,219); }

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