Html Css Color HEX #A067BD Deep Lilac

📋 copy color: '#A067BD'

red 160 ◦ green 103 ◦ blue 189

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

Shades of Deep Lilac #A067BD

Tints of Deep Lilac #A067BD

RGB

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

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

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

R = 35.4%
G = 22.79%
B = 41.81%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A067BD (or 0xA067BD) is known color: Deep Lilac. HEX triplet: A0, 67 and BD. RGB value is (160,103,189). Sum of RGB (Red+Green+Blue) = 160+103+189=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #A067BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067BD is #5F9842. Grayscale: #818181. Windows color (decimal): -6264899 or 12412832. OLE color: 12412832.

HSL color Cylindrical-coordinate representation of color #A067BD: hue angle of 279.77º degrees, saturation: 0.39, 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 #A067BD is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 103 189 -
CMYK 0.15 0.46 0 0.26
HSL 279.77º 0.39% 0.57% -
HSV(B) 279.77º 0.46% 0.74% -
XYZ 28.53 20.85 50.66 -
YUV 129.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 160 103 189 0.15 0.46 0 0.26 279.77 0.39 0.57
Hex A0 67 BD F 2E 0 1A 118 27 39
Octal 240 147 275 17 56 0 32 430 47 71
Binary 10100000 1100111 10111101 1111 101110 0 11010 100011000 100111 111001

Color Harmonies of #A067BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067BD

Black with #A067BD

Text Example


Text Example

White with #A067BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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