Html Css Color HEX #A568B4 Deep Lilac

📋 copy color: '#A568B4'

red 165 ◦ green 104 ◦ blue 180

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

Shades of Deep Lilac #A568B4

Tints of Deep Lilac #A568B4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.16%

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

R = 36.75%
G = 23.16%
B = 40.09%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A568B4 (or 0xA568B4) is known color: Deep Lilac. HEX triplet: A5, 68 and B4. RGB value is (165,104,180). Sum of RGB (Red+Green+Blue) = 165+104+180=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #A568B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568B4 is #5A974B. Grayscale: #828282. Windows color (decimal): -5936972 or 11823269. OLE color: 11823269.

HSL color Cylindrical-coordinate representation of color #A568B4: hue angle of 288.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A568B4 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 104 180 -
CMYK 0.08 0.42 0 0.29
HSL 288.16º 0.34% 0.56% -
HSV(B) 288.16º 0.42% 0.71% -
XYZ 28.71 21.2 45.76 -
YUV 130.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 165 104 180 0.08 0.42 0 0.29 288.16 0.34 0.56
Hex A5 68 B4 8 2A 0 1D 120 22 38
Octal 245 150 264 10 52 0 35 440 42 70
Binary 10100101 1101000 10110100 1000 101010 0 11101 100100000 100010 111000

Color Harmonies of #A568B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A568B4

Black with #A568B4

Text Example


Text Example

White with #A568B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A568B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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