Html Css Color HEX #A067BE Deep Lilac

📋 copy color: '#A067BE'

red 160 ◦ green 103 ◦ blue 190

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

Shades of Deep Lilac #A067BE

Tints of Deep Lilac #A067BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 35.32%
G = 22.74%
B = 41.94%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A067BE (or 0xA067BE) is known color: Deep Lilac. HEX triplet: A0, 67 and BE. RGB value is (160,103,190). Sum of RGB (Red+Green+Blue) = 160+103+190=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #A067BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067BE is #5F9841. Grayscale: #818181. Windows color (decimal): -6264898 or 12478368. OLE color: 12478368.

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

Color convert

RGB 160 103 190 -
CMYK 0.16 0.46 0 0.25
HSL 279.31º 0.4% 0.57% -
HSV(B) 279.31º 0.46% 0.75% -
XYZ 28.64 20.89 51.24 -
YUV 129.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 160 103 190 0.16 0.46 0 0.25 279.31 0.4 0.57
Hex A0 67 BE 10 2E 0 19 117 28 39
Octal 240 147 276 20 56 0 31 427 50 71
Binary 10100000 1100111 10111110 10000 101110 0 11001 100010111 101000 111001

Color Harmonies of #A067BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067BE

Black with #A067BE

Text Example


Text Example

White with #A067BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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