Html Css Color HEX #A355DD Amethyst

📋 copy color: '#A355DD'

red 163 ◦ green 85 ◦ blue 221

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

Shades of Amethyst #A355DD

Tints of Amethyst #A355DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.12%

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

R = 34.75%
G = 18.12%
B = 47.12%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A355DD (or 0xA355DD) is known color: Amethyst. HEX triplet: A3, 55 and DD. RGB value is (163,85,221). Sum of RGB (Red+Green+Blue) = 163+85+221=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #A355DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355DD is #5CAA22. Grayscale: #7B7B7B. Windows color (decimal): -6072867 or 14505379. OLE color: 14505379.

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

Color convert

RGB 163 85 221 -
CMYK 0.26 0.62 0 0.13
HSL 274.41º 0.67% 0.6% -
HSV(B) 274.41º 0.62% 0.87% -
XYZ 31.4 19.5 70.52 -
YUV 123.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 163 85 221 0.26 0.62 0 0.13 274.41 0.67 0.6
Hex A3 55 DD 1A 3E 0 D 112 43 3C
Octal 243 125 335 32 76 0 15 422 103 74
Binary 10100011 1010101 11011101 11010 111110 0 1101 100010010 1000011 111100

Color Harmonies of #A355DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355DD

Black with #A355DD

Text Example


Text Example

White with #A355DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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