Html Css Color HEX #A268BA Deep Lilac

📋 copy color: '#A268BA'

red 162 ◦ green 104 ◦ blue 186

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

Shades of Deep Lilac #A268BA

Tints of Deep Lilac #A268BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 35.84%
G = 23.01%
B = 41.15%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A268BA (or 0xA268BA) is known color: Deep Lilac. HEX triplet: A2, 68 and BA. RGB value is (162,104,186). Sum of RGB (Red+Green+Blue) = 162+104+186=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #A268BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268BA is #5D9745. Grayscale: #828282. Windows color (decimal): -6133574 or 12216482. OLE color: 12216482.

HSL color Cylindrical-coordinate representation of color #A268BA: hue angle of 282.44º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A268BA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 104 186 -
CMYK 0.13 0.44 0 0.27
HSL 282.44º 0.37% 0.57% -
HSV(B) 282.44º 0.44% 0.73% -
XYZ 28.71 21.13 49.02 -
YUV 130.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 162 104 186 0.13 0.44 0 0.27 282.44 0.37 0.57
Hex A2 68 BA D 2C 0 1B 11A 25 39
Octal 242 150 272 15 54 0 33 432 45 71
Binary 10100010 1101000 10111010 1101 101100 0 11011 100011010 100101 111001

Color Harmonies of #A268BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268BA

Black with #A268BA

Text Example


Text Example

White with #A268BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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