Html Css Color HEX #A268DB Amethyst

📋 copy color: '#A268DB'

red 162 ◦ green 104 ◦ blue 219

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

Shades of Amethyst #A268DB

Tints of Amethyst #A268DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 33.4%
G = 21.44%
B = 45.15%

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

#A268DB (or 0xA268DB) is known color: Amethyst. HEX triplet: A2, 68 and DB. RGB value is (162,104,219). Sum of RGB (Red+Green+Blue) = 162+104+219=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #A268DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268DB is #5D9724. Grayscale: #868686. Windows color (decimal): -6133541 or 14379170. OLE color: 14379170.

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

Color convert

RGB 162 104 219 -
CMYK 0.26 0.53 0 0.14
HSL 270.26º 0.61% 0.63% -
HSV(B) 270.26º 0.53% 0.86% -
XYZ 32.64 22.7 69.68 -
YUV 134.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 162 104 219 0.26 0.53 0 0.14 270.26 0.61 0.63
Hex A2 68 DB 1A 35 0 E 10E 3D 3F
Octal 242 150 333 32 65 0 16 416 75 77
Binary 10100010 1101000 11011011 11010 110101 0 1110 100001110 111101 111111

Color Harmonies of #A268DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268DB

Black with #A268DB

Text Example


Text Example

White with #A268DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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