Html Css Color HEX #A065BC Deep Lilac

📋 copy color: '#A065BC'

red 160 ◦ green 101 ◦ blue 188

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

Shades of Deep Lilac #A065BC

Tints of Deep Lilac #A065BC

RGB

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

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

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

R = 35.63%
G = 22.49%
B = 41.87%

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

#A065BC (or 0xA065BC) is known color: Deep Lilac. HEX triplet: A0, 65 and BC. RGB value is (160,101,188). Sum of RGB (Red+Green+Blue) = 160+101+188=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #A065BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065BC is #5F9A43. Grayscale: #808080. Windows color (decimal): -6265412 or 12346784. OLE color: 12346784.

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

Color convert

RGB 160 101 188 -
CMYK 0.15 0.46 0 0.26
HSL 280.69º 0.39% 0.57% -
HSV(B) 280.69º 0.46% 0.74% -
XYZ 28.23 20.41 50.03 -
YUV 128.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 160 101 188 0.15 0.46 0 0.26 280.69 0.39 0.57
Hex A0 65 BC F 2E 0 1A 119 27 39
Octal 240 145 274 17 56 0 32 431 47 71
Binary 10100000 1100101 10111100 1111 101110 0 11010 100011001 100111 111001

Color Harmonies of #A065BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065BC

Black with #A065BC

Text Example


Text Example

White with #A065BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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