Html Css Color HEX #A452DD Amethyst

📋 copy color: '#A452DD'

red 164 ◦ green 82 ◦ blue 221

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

Shades of Amethyst #A452DD

Tints of Amethyst #A452DD

RGB

 RED value IS 164 (64.45% from 255) = 35.12%

 GREEN value IS 82 (32.42% from 255) = 17.56%

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

R = 35.12%
G = 17.56%
B = 47.32%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A452DD (or 0xA452DD) is known color: Amethyst. HEX triplet: A4, 52 and DD. RGB value is (164,82,221). Sum of RGB (Red+Green+Blue) = 164+82+221=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #A452DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452DD is #5BAD22. Grayscale: #797979. Windows color (decimal): -6008099 or 14504612. OLE color: 14504612.

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

Color convert

RGB 164 82 221 -
CMYK 0.26 0.63 0 0.13
HSL 275.4º 0.67% 0.59% -
HSV(B) 275.4º 0.63% 0.87% -
XYZ 31.38 19.15 70.45 -
YUV 122.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 164 82 221 0.26 0.63 0 0.13 275.4 0.67 0.59
Hex A4 52 DD 1A 3F 0 D 113 43 3B
Octal 244 122 335 32 77 0 15 423 103 73
Binary 10100100 1010010 11011101 11010 111111 0 1101 100010011 1000011 111011

Color Harmonies of #A452DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A452DD

Black with #A452DD

Text Example


Text Example

White with #A452DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A452DD; }

 p { color: rgb(164,82,221); }

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

background-color css

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

 a { background-color: rgb(164,82,221); }

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

border-color css

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

 span { border-color: rgb(164,82,221); }

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