Html Css Color HEX #A266BD Deep Lilac

📋 copy color: '#A266BD'

red 162 ◦ green 102 ◦ blue 189

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

Shades of Deep Lilac #A266BD

Tints of Deep Lilac #A266BD

RGB

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

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

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

R = 35.76%
G = 22.52%
B = 41.72%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A266BD (or 0xA266BD) is known color: Deep Lilac. HEX triplet: A2, 66 and BD. RGB value is (162,102,189). Sum of RGB (Red+Green+Blue) = 162+102+189=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #A266BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266BD is #5D9942. Grayscale: #818181. Windows color (decimal): -6134083 or 12412578. OLE color: 12412578.

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

Color convert

RGB 162 102 189 -
CMYK 0.14 0.46 0 0.26
HSL 281.38º 0.4% 0.57% -
HSV(B) 281.38º 0.46% 0.74% -
XYZ 28.84 20.86 50.65 -
YUV 129.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 162 102 189 0.14 0.46 0 0.26 281.38 0.4 0.57
Hex A2 66 BD E 2E 0 1A 119 28 39
Octal 242 146 275 16 56 0 32 431 50 71
Binary 10100010 1100110 10111101 1110 101110 0 11010 100011001 101000 111001

Color Harmonies of #A266BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A266BD

Black with #A266BD

Text Example


Text Example

White with #A266BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A266BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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