Html Css Color HEX #A655EB Amethyst

📋 copy color: '#A655EB'

red 166 ◦ green 85 ◦ blue 235

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

Shades of Amethyst #A655EB

Tints of Amethyst #A655EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 34.16%
G = 17.49%
B = 48.35%

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

#A655EB (or 0xA655EB) is known color: Amethyst. HEX triplet: A6, 55 and EB. RGB value is (166,85,235). Sum of RGB (Red+Green+Blue) = 166+85+235=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #A655EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A655EB is #59AA14. Grayscale: #7D7D7D. Windows color (decimal): -5876245 or 15422886. OLE color: 15422886.

HSL color Cylindrical-coordinate representation of color #A655EB: hue angle of 272.4º degrees, saturation: 0.79, 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 #A655EB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 85 235 -
CMYK 0.29 0.64 0 0.08
HSL 272.4º 0.79% 0.63% -
HSV(B) 272.4º 0.64% 0.92% -
XYZ 33.97 20.6 80.78 -
YUV 126.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 166 85 235 0.29 0.64 0 0.08 272.4 0.79 0.63
Hex A6 55 EB 1D 40 0 8 110 4F 3F
Octal 246 125 353 35 100 0 10 420 117 77
Binary 10100110 1010101 11101011 11101 1000000 0 1000 100010000 1001111 111111

Color Harmonies of #A655EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655EB

Black with #A655EB

Text Example


Text Example

White with #A655EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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