Html Css Color HEX #A268BB Deep Lilac

📋 copy color: '#A268BB'

red 162 ◦ green 104 ◦ blue 187

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

Shades of Deep Lilac #A268BB

Tints of Deep Lilac #A268BB

RGB

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

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

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

R = 35.76%
G = 22.96%
B = 41.28%

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

#A268BB (or 0xA268BB) is known color: Deep Lilac. HEX triplet: A2, 68 and BB. RGB value is (162,104,187). Sum of RGB (Red+Green+Blue) = 162+104+187=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #A268BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268BB is #5D9744. Grayscale: #828282. Windows color (decimal): -6133573 or 12282018. OLE color: 12282018.

HSL color Cylindrical-coordinate representation of color #A268BB: hue angle of 281.93º degrees, saturation: 0.38, 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 #A268BB is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 104 187 -
CMYK 0.13 0.44 0 0.27
HSL 281.93º 0.38% 0.57% -
HSV(B) 281.93º 0.44% 0.73% -
XYZ 28.82 21.17 49.58 -
YUV 130.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 162 104 187 0.13 0.44 0 0.27 281.93 0.38 0.57
Hex A2 68 BB D 2C 0 1B 11A 26 39
Octal 242 150 273 15 54 0 33 432 46 71
Binary 10100010 1101000 10111011 1101 101100 0 11011 100011010 100110 111001

Color Harmonies of #A268BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268BB

Black with #A268BB

Text Example


Text Example

White with #A268BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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