Html Css Color HEX #A064B4 Deep Lilac

📋 copy color: '#A064B4'

red 160 ◦ green 100 ◦ blue 180

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

Shades of Deep Lilac #A064B4

Tints of Deep Lilac #A064B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 36.36%
G = 22.73%
B = 40.91%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A064B4 (or 0xA064B4) is known color: Deep Lilac. HEX triplet: A0, 64 and B4. RGB value is (160,100,180). Sum of RGB (Red+Green+Blue) = 160+100+180=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #A064B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064B4 is #5F9B4B. Grayscale: #7E7E7E. Windows color (decimal): -6265676 or 11822240. OLE color: 11822240.

HSL color Cylindrical-coordinate representation of color #A064B4: hue angle of 285º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A064B4 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 100 180 -
CMYK 0.11 0.44 0 0.29
HSL 285º 0.35% 0.55% -
HSV(B) 285º 0.44% 0.71% -
XYZ 27.29 19.88 45.58 -
YUV 127.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 160 100 180 0.11 0.44 0 0.29 285 0.35 0.55
Hex A0 64 B4 B 2C 0 1D 11D 23 37
Octal 240 144 264 13 54 0 35 435 43 67
Binary 10100000 1100100 10110100 1011 101100 0 11101 100011101 100011 110111

Color Harmonies of #A064B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A064B4

Black with #A064B4

Text Example


Text Example

White with #A064B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A064B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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