Html Css Color HEX #A064AF Deep Lilac

📋 copy color: '#A064AF'

red 160 ◦ green 100 ◦ blue 175

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

Shades of Deep Lilac #A064AF

Tints of Deep Lilac #A064AF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.99%

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

R = 36.78%
G = 22.99%
B = 40.23%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A064AF (or 0xA064AF) is known color: Deep Lilac. HEX triplet: A0, 64 and AF. RGB value is (160,100,175). Sum of RGB (Red+Green+Blue) = 160+100+175=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #A064AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A064AF is #5F9B50. Grayscale: #7E7E7E. Windows color (decimal): -6265681 or 11494560. OLE color: 11494560.

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

Color convert

RGB 160 100 175 -
CMYK 0.09 0.43 0 0.31
HSL 288º 0.32% 0.54% -
HSV(B) 288º 0.43% 0.69% -
XYZ 26.79 19.68 42.94 -
YUV 126.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 160 100 175 0.09 0.43 0 0.31 288 0.32 0.54
Hex A0 64 AF 9 2B 0 1F 120 20 36
Octal 240 144 257 11 53 0 37 440 40 66
Binary 10100000 1100100 10101111 1001 101011 0 11111 100100000 100000 110110

Color Harmonies of #A064AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A064AF

Black with #A064AF

Text Example


Text Example

White with #A064AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A064AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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