Html Css Color HEX #A43BAC Deep Lilac

📋 copy color: '#A43BAC'

red 164 ◦ green 59 ◦ blue 172

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

Shades of Deep Lilac #A43BAC

Tints of Deep Lilac #A43BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.94%

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 41.52%
G = 14.94%
B = 43.54%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A43BAC (or 0xA43BAC) is known color: Deep Lilac. HEX triplet: A4, 3B and AC. RGB value is (164,59,172). Sum of RGB (Red+Green+Blue) = 164+59+172=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #A43BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43BAC is #5BC453. Grayscale: #666666. Windows color (decimal): -6014036 or 11287460. OLE color: 11287460.

HSL color Cylindrical-coordinate representation of color #A43BAC: hue angle of 295.75º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43BAC is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 59 172 -
CMYK 0.05 0.66 0 0.33
HSL 295.75º 0.49% 0.45% -
HSV(B) 295.75º 0.66% 0.67% -
XYZ 24.32 14 40.45 -
YUV 103.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 164 59 172 0.05 0.66 0 0.33 295.75 0.49 0.45
Hex A4 3B AC 5 42 0 21 128 31 2D
Octal 244 73 254 5 102 0 41 450 61 55
Binary 10100100 111011 10101100 101 1000010 0 100001 100101000 110001 101101

Color Harmonies of #A43BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43BAC

Black with #A43BAC

Text Example


Text Example

White with #A43BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43BAC; }

 p { color: rgb(164,59,172); }

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

background-color css

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

 a { background-color: rgb(164,59,172); }

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

border-color css

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

 span { border-color: rgb(164,59,172); }

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