Html Css Color HEX #A266C0 Deep Lilac

📋 copy color: '#A266C0'

red 162 ◦ green 102 ◦ blue 192

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

Shades of Deep Lilac #A266C0

Tints of Deep Lilac #A266C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.11%

R = 35.53%
G = 22.37%
B = 42.11%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A266C0 (or 0xA266C0) is known color: Deep Lilac. HEX triplet: A2, 66 and C0. RGB value is (162,102,192). Sum of RGB (Red+Green+Blue) = 162+102+192=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #A266C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266C0 is #5D993F. Grayscale: #818181. Windows color (decimal): -6134080 or 12609186. OLE color: 12609186.

HSL color Cylindrical-coordinate representation of color #A266C0: hue angle of 280º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A266C0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 102 192 -
CMYK 0.16 0.47 0 0.25
HSL 280º 0.42% 0.58% -
HSV(B) 280º 0.47% 0.75% -
XYZ 29.17 20.99 52.38 -
YUV 130.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 162 102 192 0.16 0.47 0 0.25 280 0.42 0.58
Hex A2 66 C0 10 2F 0 19 118 2A 3A
Octal 242 146 300 20 57 0 31 430 52 72
Binary 10100010 1100110 11000000 10000 101111 0 11001 100011000 101010 111010

Color Harmonies of #A266C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A266C0

Black with #A266C0

Text Example


Text Example

White with #A266C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A266C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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