Html Css Color HEX #A067BB Deep Lilac

📋 copy color: '#A067BB'

red 160 ◦ green 103 ◦ blue 187

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

Shades of Deep Lilac #A067BB

Tints of Deep Lilac #A067BB

RGB

 RED value IS 160 (62.89% from 255) = 35.56%

 GREEN value IS 103 (40.63% from 255) = 22.89%

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

R = 35.56%
G = 22.89%
B = 41.56%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A067BB (or 0xA067BB) is known color: Deep Lilac. HEX triplet: A0, 67 and BB. RGB value is (160,103,187). Sum of RGB (Red+Green+Blue) = 160+103+187=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #A067BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067BB is #5F9844. Grayscale: #818181. Windows color (decimal): -6264901 or 12281760. OLE color: 12281760.

HSL color Cylindrical-coordinate representation of color #A067BB: hue angle of 280.71º 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 #A067BB is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 103 187 -
CMYK 0.14 0.45 0 0.27
HSL 280.71º 0.38% 0.57% -
HSV(B) 280.71º 0.45% 0.73% -
XYZ 28.32 20.76 49.53 -
YUV 129.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 160 103 187 0.14 0.45 0 0.27 280.71 0.38 0.57
Hex A0 67 BB E 2D 0 1B 119 26 39
Octal 240 147 273 16 55 0 33 431 46 71
Binary 10100000 1100111 10111011 1110 101101 0 11011 100011001 100110 111001

Color Harmonies of #A067BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067BB

Black with #A067BB

Text Example


Text Example

White with #A067BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067BB; }

 p { color: rgb(160,103,187); }

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

background-color css

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

 a { background-color: rgb(160,103,187); }

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

border-color css

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

 span { border-color: rgb(160,103,187); }

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