Html Css Color HEX #A357DD Amethyst

📋 copy color: '#A357DD'

red 163 ◦ green 87 ◦ blue 221

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

Shades of Amethyst #A357DD

Tints of Amethyst #A357DD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.47%

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

R = 34.61%
G = 18.47%
B = 46.92%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A357DD (or 0xA357DD) is known color: Amethyst. HEX triplet: A3, 57 and DD. RGB value is (163,87,221). Sum of RGB (Red+Green+Blue) = 163+87+221=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #A357DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357DD is #5CA822. Grayscale: #7C7C7C. Windows color (decimal): -6072355 or 14505891. OLE color: 14505891.

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

Color convert

RGB 163 87 221 -
CMYK 0.26 0.61 0 0.13
HSL 274.03º 0.66% 0.6% -
HSV(B) 274.03º 0.61% 0.87% -
XYZ 31.56 19.82 70.57 -
YUV 125 182.18 155.1 -
System Red Green Blue C M Y K H S L
Decimal 163 87 221 0.26 0.61 0 0.13 274.03 0.66 0.6
Hex A3 57 DD 1A 3D 0 D 112 42 3C
Octal 243 127 335 32 75 0 15 422 102 74
Binary 10100011 1010111 11011101 11010 111101 0 1101 100010010 1000010 111100

Color Harmonies of #A357DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A357DD

Black with #A357DD

Text Example


Text Example

White with #A357DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A357DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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