Html Css Color HEX #A255DC Amethyst

📋 copy color: '#A255DC'

red 162 ◦ green 85 ◦ blue 220

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

Shades of Amethyst #A255DC

Tints of Amethyst #A255DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 34.69%
G = 18.2%
B = 47.11%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A255DC (or 0xA255DC) is known color: Amethyst. HEX triplet: A2, 55 and DC. RGB value is (162,85,220). Sum of RGB (Red+Green+Blue) = 162+85+220=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #A255DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255DC is #5DAA23. Grayscale: #7A7A7A. Windows color (decimal): -6138404 or 14439842. OLE color: 14439842.

HSL color Cylindrical-coordinate representation of color #A255DC: hue angle of 274.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A255DC is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 85 220 -
CMYK 0.26 0.61 0 0.14
HSL 274.22º 0.66% 0.6% -
HSV(B) 274.22º 0.61% 0.86% -
XYZ 31.07 19.35 69.81 -
YUV 123.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 162 85 220 0.26 0.61 0 0.14 274.22 0.66 0.6
Hex A2 55 DC 1A 3D 0 E 112 42 3C
Octal 242 125 334 32 75 0 16 422 102 74
Binary 10100010 1010101 11011100 11010 111101 0 1110 100010010 1000010 111100

Color Harmonies of #A255DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255DC

Black with #A255DC

Text Example


Text Example

White with #A255DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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