Html Css Color HEX #A35DD6 Amethyst

📋 copy color: '#A35DD6'

red 163 ◦ green 93 ◦ blue 214

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

Shades of Amethyst #A35DD6

Tints of Amethyst #A35DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.53%

R = 34.68%
G = 19.79%
B = 45.53%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A35DD6 (or 0xA35DD6) is known color: Amethyst. HEX triplet: A3, 5D and D6. RGB value is (163,93,214). Sum of RGB (Red+Green+Blue) = 163+93+214=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #A35DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DD6 is #5CA229. Grayscale: #7F7F7F. Windows color (decimal): -6070826 or 14048675. OLE color: 14048675.

HSL color Cylindrical-coordinate representation of color #A35DD6: hue angle of 274.71º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A35DD6 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 93 214 -
CMYK 0.24 0.57 0 0.16
HSL 274.71º 0.6% 0.6% -
HSV(B) 274.71º 0.57% 0.84% -
XYZ 31.16 20.47 65.93 -
YUV 127.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 163 93 214 0.24 0.57 0 0.16 274.71 0.6 0.6
Hex A3 5D D6 18 39 0 10 113 3C 3C
Octal 243 135 326 30 71 0 20 423 74 74
Binary 10100011 1011101 11010110 11000 111001 0 10000 100010011 111100 111100

Color Harmonies of #A35DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35DD6

Black with #A35DD6

Text Example


Text Example

White with #A35DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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