Html Css Color HEX #A065AF Deep Lilac

📋 copy color: '#A065AF'

red 160 ◦ green 101 ◦ blue 175

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

Shades of Deep Lilac #A065AF

Tints of Deep Lilac #A065AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 36.7%
G = 23.17%
B = 40.14%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A065AF (or 0xA065AF) is known color: Deep Lilac. HEX triplet: A0, 65 and AF. RGB value is (160,101,175). Sum of RGB (Red+Green+Blue) = 160+101+175=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #A065AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A065AF is #5F9A50. Grayscale: #7E7E7E. Windows color (decimal): -6265425 or 11494816. OLE color: 11494816.

HSL color Cylindrical-coordinate representation of color #A065AF: hue angle of 287.84º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A065AF is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 101 175 -
CMYK 0.09 0.42 0 0.31
HSL 287.84º 0.32% 0.54% -
HSV(B) 287.84º 0.42% 0.69% -
XYZ 26.89 19.88 42.98 -
YUV 127.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 160 101 175 0.09 0.42 0 0.31 287.84 0.32 0.54
Hex A0 65 AF 9 2A 0 1F 120 20 36
Octal 240 145 257 11 52 0 37 440 40 66
Binary 10100000 1100101 10101111 1001 101010 0 11111 100100000 100000 110110

Color Harmonies of #A065AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065AF

Black with #A065AF

Text Example


Text Example

White with #A065AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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