Html Css Color HEX #A35DD9 Amethyst

📋 copy color: '#A35DD9'

red 163 ◦ green 93 ◦ blue 217

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

Shades of Amethyst #A35DD9

Tints of Amethyst #A35DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 34.46%
G = 19.66%
B = 45.88%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A35DD9 (or 0xA35DD9) is known color: Amethyst. HEX triplet: A3, 5D and D9. RGB value is (163,93,217). Sum of RGB (Red+Green+Blue) = 163+93+217=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #A35DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DD9 is #5CA226. Grayscale: #7F7F7F. Windows color (decimal): -6070823 or 14245283. OLE color: 14245283.

HSL color Cylindrical-coordinate representation of color #A35DD9: hue angle of 273.87º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A35DD9 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 93 217 -
CMYK 0.25 0.57 0 0.15
HSL 273.87º 0.62% 0.61% -
HSV(B) 273.87º 0.57% 0.85% -
XYZ 31.54 20.62 67.96 -
YUV 128.07 178.19 152.92 -
System Red Green Blue C M Y K H S L
Decimal 163 93 217 0.25 0.57 0 0.15 273.87 0.62 0.61
Hex A3 5D D9 19 39 0 F 112 3E 3D
Octal 243 135 331 31 71 0 17 422 76 75
Binary 10100011 1011101 11011001 11001 111001 0 1111 100010010 111110 111101

Color Harmonies of #A35DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35DD9

Black with #A35DD9

Text Example


Text Example

White with #A35DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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