Html Css Color HEX #A35DD7 Amethyst

📋 copy color: '#A35DD7'

red 163 ◦ green 93 ◦ blue 215

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

Shades of Amethyst #A35DD7

Tints of Amethyst #A35DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.65%

R = 34.61%
G = 19.75%
B = 45.65%

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

#A35DD7 (or 0xA35DD7) is known color: Amethyst. HEX triplet: A3, 5D and D7. RGB value is (163,93,215). Sum of RGB (Red+Green+Blue) = 163+93+215=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #A35DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DD7 is #5CA228. Grayscale: #7F7F7F. Windows color (decimal): -6070825 or 14114211. OLE color: 14114211.

HSL color Cylindrical-coordinate representation of color #A35DD7: hue angle of 274.43º 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 #A35DD7 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 93 215 -
CMYK 0.24 0.57 0 0.16
HSL 274.43º 0.6% 0.6% -
HSV(B) 274.43º 0.57% 0.84% -
XYZ 31.28 20.52 66.6 -
YUV 127.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 163 93 215 0.24 0.57 0 0.16 274.43 0.6 0.6
Hex A3 5D D7 18 39 0 10 112 3C 3C
Octal 243 135 327 30 71 0 20 422 74 74
Binary 10100011 1011101 11010111 11000 111001 0 10000 100010010 111100 111100

Color Harmonies of #A35DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35DD7

Black with #A35DD7

Text Example


Text Example

White with #A35DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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