Html Css Color HEX #A655EA Amethyst

📋 copy color: '#A655EA'

red 166 ◦ green 85 ◦ blue 234

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

Shades of Amethyst #A655EA

Tints of Amethyst #A655EA

RGB

 RED value IS 166 (65.23% from 255) = 34.23%

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 34.23%
G = 17.53%
B = 48.25%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A655EA (or 0xA655EA) is known color: Amethyst. HEX triplet: A6, 55 and EA. RGB value is (166,85,234). Sum of RGB (Red+Green+Blue) = 166+85+234=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #A655EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A655EA is #59AA15. Grayscale: #7D7D7D. Windows color (decimal): -5876246 or 15357350. OLE color: 15357350.

HSL color Cylindrical-coordinate representation of color #A655EA: hue angle of 272.62º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A655EA is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 85 234 -
CMYK 0.29 0.64 0 0.08
HSL 272.62º 0.78% 0.63% -
HSV(B) 272.62º 0.64% 0.92% -
XYZ 33.83 20.54 80.02 -
YUV 126.21 188.84 156.38 -
System Red Green Blue C M Y K H S L
Decimal 166 85 234 0.29 0.64 0 0.08 272.62 0.78 0.63
Hex A6 55 EA 1D 40 0 8 111 4E 3F
Octal 246 125 352 35 100 0 10 421 116 77
Binary 10100110 1010101 11101010 11101 1000000 0 1000 100010001 1001110 111111

Color Harmonies of #A655EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655EA

Black with #A655EA

Text Example


Text Example

White with #A655EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655EA; }

 p { color: rgb(166,85,234); }

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

background-color css

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

 a { background-color: rgb(166,85,234); }

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

border-color css

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

 span { border-color: rgb(166,85,234); }

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