Html Css Color HEX #A564B4 Deep Lilac

📋 copy color: '#A564B4'

red 165 ◦ green 100 ◦ blue 180

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

Shades of Deep Lilac #A564B4

Tints of Deep Lilac #A564B4

RGB

 RED value IS 165 (64.84% from 255) = 37.08%

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

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

R = 37.08%
G = 22.47%
B = 40.45%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A564B4 (or 0xA564B4) is known color: Deep Lilac. HEX triplet: A5, 64 and B4. RGB value is (165,100,180). Sum of RGB (Red+Green+Blue) = 165+100+180=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #A564B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564B4 is #5A9B4B. Grayscale: #808080. Windows color (decimal): -5937996 or 11822245. OLE color: 11822245.

HSL color Cylindrical-coordinate representation of color #A564B4: hue angle of 288.75º 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 #A564B4 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 100 180 -
CMYK 0.08 0.44 0 0.29
HSL 288.75º 0.35% 0.55% -
HSV(B) 288.75º 0.44% 0.71% -
XYZ 28.31 20.41 45.63 -
YUV 128.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 165 100 180 0.08 0.44 0 0.29 288.75 0.35 0.55
Hex A5 64 B4 8 2C 0 1D 121 23 37
Octal 245 144 264 10 54 0 35 441 43 67
Binary 10100101 1100100 10110100 1000 101100 0 11101 100100001 100011 110111

Color Harmonies of #A564B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564B4

Black with #A564B4

Text Example


Text Example

White with #A564B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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