Html Css Color HEX #A255EA Amethyst

📋 copy color: '#A255EA'

red 162 ◦ green 85 ◦ blue 234

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

Shades of Amethyst #A255EA

Tints of Amethyst #A255EA

RGB

 RED value IS 162 (63.67% from 255) = 33.68%

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

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

R = 33.68%
G = 17.67%
B = 48.65%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A255EA (or 0xA255EA) is known color: Amethyst. HEX triplet: A2, 55 and EA. RGB value is (162,85,234). Sum of RGB (Red+Green+Blue) = 162+85+234=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #A255EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A255EA is #5DAA15. Grayscale: #7C7C7C. Windows color (decimal): -6138390 or 15357346. OLE color: 15357346.

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

Color convert

RGB 162 85 234 -
CMYK 0.31 0.64 0 0.08
HSL 271.01º 0.78% 0.63% -
HSV(B) 271.01º 0.64% 0.92% -
XYZ 33 20.12 79.99 -
YUV 125.01 189.51 154.38 -
System Red Green Blue C M Y K H S L
Decimal 162 85 234 0.31 0.64 0 0.08 271.01 0.78 0.63
Hex A2 55 EA 1F 40 0 8 10F 4E 3F
Octal 242 125 352 37 100 0 10 417 116 77
Binary 10100010 1010101 11101010 11111 1000000 0 1000 100001111 1001110 111111

Color Harmonies of #A255EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255EA

Black with #A255EA

Text Example


Text Example

White with #A255EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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