Html Css Color HEX #A35DDC Amethyst

📋 copy color: '#A35DDC'

red 163 ◦ green 93 ◦ blue 220

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

Shades of Amethyst #A35DDC

Tints of Amethyst #A35DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 34.24%
G = 19.54%
B = 46.22%

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

#A35DDC (or 0xA35DDC) is known color: Amethyst. HEX triplet: A3, 5D and DC. RGB value is (163,93,220). Sum of RGB (Red+Green+Blue) = 163+93+220=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #A35DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DDC is #5CA223. Grayscale: #7F7F7F. Windows color (decimal): -6070820 or 14441891. OLE color: 14441891.

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

Color convert

RGB 163 93 220 -
CMYK 0.26 0.58 0 0.14
HSL 273.07º 0.64% 0.61% -
HSV(B) 273.07º 0.58% 0.86% -
XYZ 31.94 20.78 70.04 -
YUV 128.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 163 93 220 0.26 0.58 0 0.14 273.07 0.64 0.61
Hex A3 5D DC 1A 3A 0 E 111 40 3D
Octal 243 135 334 32 72 0 16 421 100 75
Binary 10100011 1011101 11011100 11010 111010 0 1110 100010001 1000000 111101

Color Harmonies of #A35DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35DDC

Black with #A35DDC

Text Example


Text Example

White with #A35DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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