Html Css Color HEX #A35DDD Amethyst

📋 copy color: '#A35DDD'

red 163 ◦ green 93 ◦ blue 221

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

Shades of Amethyst #A35DDD

Tints of Amethyst #A35DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 34.17%
G = 19.5%
B = 46.33%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A35DDD (or 0xA35DDD) is known color: Amethyst. HEX triplet: A3, 5D and DD. RGB value is (163,93,221). Sum of RGB (Red+Green+Blue) = 163+93+221=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #A35DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DDD is #5CA222. Grayscale: #808080. Windows color (decimal): -6070819 or 14507427. OLE color: 14507427.

HSL color Cylindrical-coordinate representation of color #A35DDD: hue angle of 272.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35DDD is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 93 221 -
CMYK 0.26 0.58 0 0.13
HSL 272.81º 0.65% 0.62% -
HSV(B) 272.81º 0.58% 0.87% -
XYZ 32.07 20.84 70.74 -
YUV 128.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 163 93 221 0.26 0.58 0 0.13 272.81 0.65 0.62
Hex A3 5D DD 1A 3A 0 D 111 41 3E
Octal 243 135 335 32 72 0 15 421 101 76
Binary 10100011 1011101 11011101 11010 111010 0 1101 100010001 1000001 111110

Color Harmonies of #A35DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35DDD

Black with #A35DDD

Text Example


Text Example

White with #A35DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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