Html Css Color HEX #A468BD Deep Lilac

📋 copy color: '#A468BD'

red 164 ◦ green 104 ◦ blue 189

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

Shades of Deep Lilac #A468BD

Tints of Deep Lilac #A468BD

RGB

 RED value IS 164 (64.45% from 255) = 35.89%

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 35.89%
G = 22.76%
B = 41.36%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A468BD (or 0xA468BD) is known color: Deep Lilac. HEX triplet: A4, 68 and BD. RGB value is (164,104,189). Sum of RGB (Red+Green+Blue) = 164+104+189=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A468BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468BD is #5B9742. Grayscale: #838383. Windows color (decimal): -6002499 or 12413092. OLE color: 12413092.

HSL color Cylindrical-coordinate representation of color #A468BD: hue angle of 282.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A468BD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 104 189 -
CMYK 0.13 0.45 0 0.26
HSL 282.35º 0.39% 0.57% -
HSV(B) 282.35º 0.45% 0.74% -
XYZ 29.45 21.47 50.74 -
YUV 131.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 164 104 189 0.13 0.45 0 0.26 282.35 0.39 0.57
Hex A4 68 BD D 2D 0 1A 11A 27 39
Octal 244 150 275 15 55 0 32 432 47 71
Binary 10100100 1101000 10111101 1101 101101 0 11010 100011010 100111 111001

Color Harmonies of #A468BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A468BD

Black with #A468BD

Text Example


Text Example

White with #A468BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A468BD; }

 p { color: rgb(164,104,189); }

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

background-color css

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

 a { background-color: rgb(164,104,189); }

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

border-color css

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

 span { border-color: rgb(164,104,189); }

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