Html Css Color HEX #A35EDB Amethyst

📋 copy color: '#A35EDB'

red 163 ◦ green 94 ◦ blue 219

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

Shades of Amethyst #A35EDB

Tints of Amethyst #A35EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.75%

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

R = 34.24%
G = 19.75%
B = 46.01%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A35EDB (or 0xA35EDB) is known color: Amethyst. HEX triplet: A3, 5E and DB. RGB value is (163,94,219). Sum of RGB (Red+Green+Blue) = 163+94+219=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #A35EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35EDB is #5CA124. Grayscale: #808080. Windows color (decimal): -6070565 or 14376611. OLE color: 14376611.

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

Color convert

RGB 163 94 219 -
CMYK 0.26 0.57 0 0.14
HSL 273.12º 0.63% 0.61% -
HSV(B) 273.12º 0.57% 0.86% -
XYZ 31.89 20.91 69.37 -
YUV 128.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 163 94 219 0.26 0.57 0 0.14 273.12 0.63 0.61
Hex A3 5E DB 1A 39 0 E 111 3F 3D
Octal 243 136 333 32 71 0 16 421 77 75
Binary 10100011 1011110 11011011 11010 111001 0 1110 100010001 111111 111101

Color Harmonies of #A35EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35EDB

Black with #A35EDB

Text Example


Text Example

White with #A35EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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