Html Css Color HEX #A469BC Deep Lilac

📋 copy color: '#A469BC'

red 164 ◦ green 105 ◦ blue 188

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

Shades of Deep Lilac #A469BC

Tints of Deep Lilac #A469BC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.98%

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 35.89%
G = 22.98%
B = 41.14%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A469BC (or 0xA469BC) is known color: Deep Lilac. HEX triplet: A4, 69 and BC. RGB value is (164,105,188). Sum of RGB (Red+Green+Blue) = 164+105+188=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #A469BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469BC is #5B9643. Grayscale: #838383. Windows color (decimal): -6002244 or 12347812. OLE color: 12347812.

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

Color convert

RGB 164 105 188 -
CMYK 0.13 0.44 0 0.26
HSL 282.65º 0.38% 0.57% -
HSV(B) 282.65º 0.44% 0.74% -
XYZ 29.44 21.63 50.2 -
YUV 132.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 164 105 188 0.13 0.44 0 0.26 282.65 0.38 0.57
Hex A4 69 BC D 2C 0 1A 11B 26 39
Octal 244 151 274 15 54 0 32 433 46 71
Binary 10100100 1101001 10111100 1101 101100 0 11010 100011011 100110 111001

Color Harmonies of #A469BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A469BC

Black with #A469BC

Text Example


Text Example

White with #A469BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A469BC; }

 p { color: rgb(164,105,188); }

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

background-color css

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

 a { background-color: rgb(164,105,188); }

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

border-color css

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

 span { border-color: rgb(164,105,188); }

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