Html Css Color HEX #A655E4 Amethyst

📋 copy color: '#A655E4'

red 166 ◦ green 85 ◦ blue 228

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

Shades of Amethyst #A655E4

Tints of Amethyst #A655E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.6%

R = 34.66%
G = 17.75%
B = 47.6%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A655E4 (or 0xA655E4) is known color: Amethyst. HEX triplet: A6, 55 and E4. RGB value is (166,85,228). Sum of RGB (Red+Green+Blue) = 166+85+228=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 228 - color contains mainly: blue. Hex color #A655E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A655E4 is #59AA1B. Grayscale: #7D7D7D. Windows color (decimal): -5876252 or 14964134. OLE color: 14964134.

HSL color Cylindrical-coordinate representation of color #A655E4: hue angle of 273.99º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A655E4 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 85 228 -
CMYK 0.27 0.63 0 0.11
HSL 273.99º 0.73% 0.61% -
HSV(B) 273.99º 0.63% 0.89% -
XYZ 32.98 20.21 75.56 -
YUV 125.52 185.84 156.87 -
System Red Green Blue C M Y K H S L
Decimal 166 85 228 0.27 0.63 0 0.11 273.99 0.73 0.61
Hex A6 55 E4 1B 3F 0 B 112 49 3D
Octal 246 125 344 33 77 0 13 422 111 75
Binary 10100110 1010101 11100100 11011 111111 0 1011 100010010 1001001 111101

Color Harmonies of #A655E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A655E4

Black with #A655E4

Text Example


Text Example

White with #A655E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A655E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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