Html Css Color HEX #A26ABD Deep Lilac

📋 copy color: '#A26ABD'

red 162 ◦ green 106 ◦ blue 189

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

Shades of Deep Lilac #A26ABD

Tints of Deep Lilac #A26ABD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.19%

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 35.45%
G = 23.19%
B = 41.36%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A26ABD (or 0xA26ABD) is known color: Deep Lilac. HEX triplet: A2, 6A and BD. RGB value is (162,106,189). Sum of RGB (Red+Green+Blue) = 162+106+189=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A26ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ABD is #5D9542. Grayscale: #838383. Windows color (decimal): -6133059 or 12413602. OLE color: 12413602.

HSL color Cylindrical-coordinate representation of color #A26ABD: hue angle of 280.48º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A26ABD is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 106 189 -
CMYK 0.14 0.44 0 0.26
HSL 280.48º 0.39% 0.58% -
HSV(B) 280.48º 0.44% 0.74% -
XYZ 29.24 21.66 50.78 -
YUV 132.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 162 106 189 0.14 0.44 0 0.26 280.48 0.39 0.58
Hex A2 6A BD E 2C 0 1A 118 27 3A
Octal 242 152 275 16 54 0 32 430 47 72
Binary 10100010 1101010 10111101 1110 101100 0 11010 100011000 100111 111010

Color Harmonies of #A26ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ABD

Black with #A26ABD

Text Example


Text Example

White with #A26ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ABD; }

 p { color: rgb(162,106,189); }

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

background-color css

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

 a { background-color: rgb(162,106,189); }

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

border-color css

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

 span { border-color: rgb(162,106,189); }

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