Html Css Color HEX #A268DC Amethyst

📋 copy color: '#A268DC'

red 162 ◦ green 104 ◦ blue 220

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

Shades of Amethyst #A268DC

Tints of Amethyst #A268DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.4%

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

R = 33.33%
G = 21.4%
B = 45.27%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A268DC (or 0xA268DC) is known color: Amethyst. HEX triplet: A2, 68 and DC. RGB value is (162,104,220). Sum of RGB (Red+Green+Blue) = 162+104+220=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #A268DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268DC is #5D9723. Grayscale: #868686. Windows color (decimal): -6133540 or 14444706. OLE color: 14444706.

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

Color convert

RGB 162 104 220 -
CMYK 0.26 0.53 0 0.14
HSL 270º 0.62% 0.64% -
HSV(B) 270º 0.53% 0.86% -
XYZ 32.77 22.75 70.37 -
YUV 134.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 162 104 220 0.26 0.53 0 0.14 270 0.62 0.64
Hex A2 68 DC 1A 35 0 E 10E 3E 40
Octal 242 150 334 32 65 0 16 416 76 100
Binary 10100010 1101000 11011100 11010 110101 0 1110 100001110 111110 1000000

Color Harmonies of #A268DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268DC

Black with #A268DC

Text Example


Text Example

White with #A268DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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