Html Css Color HEX #A455DE Amethyst

📋 copy color: '#A455DE'

red 164 ◦ green 85 ◦ blue 222

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

Shades of Amethyst #A455DE

Tints of Amethyst #A455DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 34.82%
G = 18.05%
B = 47.13%

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

#A455DE (or 0xA455DE) is known color: Amethyst. HEX triplet: A4, 55 and DE. RGB value is (164,85,222). Sum of RGB (Red+Green+Blue) = 164+85+222=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #A455DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455DE is #5BAA21. Grayscale: #7B7B7B. Windows color (decimal): -6007330 or 14570916. OLE color: 14570916.

HSL color Cylindrical-coordinate representation of color #A455DE: hue angle of 274.6º 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 #A455DE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 85 222 -
CMYK 0.26 0.62 0 0.13
HSL 274.6º 0.67% 0.6% -
HSV(B) 274.6º 0.62% 0.87% -
XYZ 31.74 19.66 71.23 -
YUV 124.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 164 85 222 0.26 0.62 0 0.13 274.6 0.67 0.6
Hex A4 55 DE 1A 3E 0 D 113 43 3C
Octal 244 125 336 32 76 0 15 423 103 74
Binary 10100100 1010101 11011110 11010 111110 0 1101 100010011 1000011 111100

Color Harmonies of #A455DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455DE

Black with #A455DE

Text Example


Text Example

White with #A455DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455DE; }

 p { color: rgb(164,85,222); }

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

background-color css

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

 a { background-color: rgb(164,85,222); }

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

border-color css

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

 span { border-color: rgb(164,85,222); }

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