Html Css Color HEX #A35FDC Amethyst

📋 copy color: '#A35FDC'

red 163 ◦ green 95 ◦ blue 220

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

Shades of Amethyst #A35FDC

Tints of Amethyst #A35FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.87%

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

R = 34.1%
G = 19.87%
B = 46.03%

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

#A35FDC (or 0xA35FDC) is known color: Amethyst. HEX triplet: A3, 5F and DC. RGB value is (163,95,220). Sum of RGB (Red+Green+Blue) = 163+95+220=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #A35FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FDC is #5CA023. Grayscale: #818181. Windows color (decimal): -6070308 or 14442403. OLE color: 14442403.

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

Color convert

RGB 163 95 220 -
CMYK 0.26 0.57 0 0.14
HSL 272.64º 0.64% 0.62% -
HSV(B) 272.64º 0.57% 0.86% -
XYZ 32.11 21.14 70.1 -
YUV 129.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 163 95 220 0.26 0.57 0 0.14 272.64 0.64 0.62
Hex A3 5F DC 1A 39 0 E 111 40 3E
Octal 243 137 334 32 71 0 16 421 100 76
Binary 10100011 1011111 11011100 11010 111001 0 1110 100010001 1000000 111110

Color Harmonies of #A35FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FDC

Black with #A35FDC

Text Example


Text Example

White with #A35FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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