Html Css Color HEX #A266BB Deep Lilac

📋 copy color: '#A266BB'

red 162 ◦ green 102 ◦ blue 187

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

Shades of Deep Lilac #A266BB

Tints of Deep Lilac #A266BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.62%

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 35.92%
G = 22.62%
B = 41.46%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A266BB (or 0xA266BB) is known color: Deep Lilac. HEX triplet: A2, 66 and BB. RGB value is (162,102,187). Sum of RGB (Red+Green+Blue) = 162+102+187=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #A266BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266BB is #5D9944. Grayscale: #818181. Windows color (decimal): -6134085 or 12281506. OLE color: 12281506.

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

Color convert

RGB 162 102 187 -
CMYK 0.13 0.45 0 0.27
HSL 282.35º 0.38% 0.57% -
HSV(B) 282.35º 0.45% 0.73% -
XYZ 28.62 20.77 49.51 -
YUV 129.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 162 102 187 0.13 0.45 0 0.27 282.35 0.38 0.57
Hex A2 66 BB D 2D 0 1B 11A 26 39
Octal 242 146 273 15 55 0 33 432 46 71
Binary 10100010 1100110 10111011 1101 101101 0 11011 100011010 100110 111001

Color Harmonies of #A266BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A266BB

Black with #A266BB

Text Example


Text Example

White with #A266BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A266BB; }

 p { color: rgb(162,102,187); }

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

background-color css

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

 a { background-color: rgb(162,102,187); }

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

border-color css

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

 span { border-color: rgb(162,102,187); }

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