Html Css Color HEX #A065BB Deep Lilac

📋 copy color: '#A065BB'

red 160 ◦ green 101 ◦ blue 187

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

Shades of Deep Lilac #A065BB

Tints of Deep Lilac #A065BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.54%

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

R = 35.71%
G = 22.54%
B = 41.74%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A065BB (or 0xA065BB) is known color: Deep Lilac. HEX triplet: A0, 65 and BB. RGB value is (160,101,187). Sum of RGB (Red+Green+Blue) = 160+101+187=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #A065BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065BB is #5F9A44. Grayscale: #808080. Windows color (decimal): -6265413 or 12281248. OLE color: 12281248.

HSL color Cylindrical-coordinate representation of color #A065BB: hue angle of 281.16º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A065BB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 101 187 -
CMYK 0.14 0.46 0 0.27
HSL 281.16º 0.39% 0.56% -
HSV(B) 281.16º 0.46% 0.73% -
XYZ 28.12 20.37 49.46 -
YUV 128.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 160 101 187 0.14 0.46 0 0.27 281.16 0.39 0.56
Hex A0 65 BB E 2E 0 1B 119 27 38
Octal 240 145 273 16 56 0 33 431 47 70
Binary 10100000 1100101 10111011 1110 101110 0 11011 100011001 100111 111000

Color Harmonies of #A065BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065BB

Black with #A065BB

Text Example


Text Example

White with #A065BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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