Html Css Color HEX #A067BC Deep Lilac

📋 copy color: '#A067BC'

red 160 ◦ green 103 ◦ blue 188

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

Shades of Deep Lilac #A067BC

Tints of Deep Lilac #A067BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 35.48%
G = 22.84%
B = 41.69%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A067BC (or 0xA067BC) is known color: Deep Lilac. HEX triplet: A0, 67 and BC. RGB value is (160,103,188). Sum of RGB (Red+Green+Blue) = 160+103+188=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #A067BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067BC is #5F9843. Grayscale: #818181. Windows color (decimal): -6264900 or 12347296. OLE color: 12347296.

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

Color convert

RGB 160 103 188 -
CMYK 0.15 0.45 0 0.26
HSL 280.24º 0.39% 0.57% -
HSV(B) 280.24º 0.45% 0.74% -
XYZ 28.42 20.8 50.09 -
YUV 129.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 160 103 188 0.15 0.45 0 0.26 280.24 0.39 0.57
Hex A0 67 BC F 2D 0 1A 118 27 39
Octal 240 147 274 17 55 0 32 430 47 71
Binary 10100000 1100111 10111100 1111 101101 0 11010 100011000 100111 111001

Color Harmonies of #A067BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067BC

Black with #A067BC

Text Example


Text Example

White with #A067BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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