Html Css Color HEX #A065BF Deep Lilac

📋 copy color: '#A065BF'

red 160 ◦ green 101 ◦ blue 191

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

Shades of Deep Lilac #A065BF

Tints of Deep Lilac #A065BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.26%

R = 35.4%
G = 22.35%
B = 42.26%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A065BF (or 0xA065BF) is known color: Deep Lilac. HEX triplet: A0, 65 and BF. RGB value is (160,101,191). Sum of RGB (Red+Green+Blue) = 160+101+191=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #A065BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065BF is #5F9A40. Grayscale: #808080. Windows color (decimal): -6265409 or 12543392. OLE color: 12543392.

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

Color convert

RGB 160 101 191 -
CMYK 0.16 0.47 0 0.25
HSL 279.33º 0.41% 0.57% -
HSV(B) 279.33º 0.47% 0.75% -
XYZ 28.55 20.54 51.75 -
YUV 128.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 160 101 191 0.16 0.47 0 0.25 279.33 0.41 0.57
Hex A0 65 BF 10 2F 0 19 117 29 39
Octal 240 145 277 20 57 0 31 427 51 71
Binary 10100000 1100101 10111111 10000 101111 0 11001 100010111 101001 111001

Color Harmonies of #A065BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065BF

Black with #A065BF

Text Example


Text Example

White with #A065BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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