Html Css Color HEX #A255DA Amethyst

📋 copy color: '#A255DA'

red 162 ◦ green 85 ◦ blue 218

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

Shades of Amethyst #A255DA

Tints of Amethyst #A255DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 34.84%
G = 18.28%
B = 46.88%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A255DA (or 0xA255DA) is known color: Amethyst. HEX triplet: A2, 55 and DA. RGB value is (162,85,218). Sum of RGB (Red+Green+Blue) = 162+85+218=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #A255DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255DA is #5DAA25. Grayscale: #7A7A7A. Windows color (decimal): -6138406 or 14308770. OLE color: 14308770.

HSL color Cylindrical-coordinate representation of color #A255DA: hue angle of 274.74º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A255DA is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 85 218 -
CMYK 0.26 0.61 0 0.15
HSL 274.74º 0.64% 0.59% -
HSV(B) 274.74º 0.61% 0.85% -
XYZ 30.8 19.24 68.42 -
YUV 123.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 162 85 218 0.26 0.61 0 0.15 274.74 0.64 0.59
Hex A2 55 DA 1A 3D 0 F 113 40 3B
Octal 242 125 332 32 75 0 17 423 100 73
Binary 10100010 1010101 11011010 11010 111101 0 1111 100010011 1000000 111011

Color Harmonies of #A255DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255DA

Black with #A255DA

Text Example


Text Example

White with #A255DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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