Html Css Color HEX #A448BC Deep Lilac

📋 copy color: '#A448BC'

red 164 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #A448BC

Tints of Deep Lilac #A448BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.98%

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

R = 38.68%
G = 16.98%
B = 44.34%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A448BC (or 0xA448BC) is known color: Deep Lilac. HEX triplet: A4, 48 and BC. RGB value is (164,72,188). Sum of RGB (Red+Green+Blue) = 164+72+188=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #A448BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448BC is #5BB743. Grayscale: #707070. Windows color (decimal): -6010692 or 12339364. OLE color: 12339364.

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

Color convert

RGB 164 72 188 -
CMYK 0.13 0.62 0 0.26
HSL 287.59º 0.46% 0.51% -
HSV(B) 287.59º 0.62% 0.74% -
XYZ 26.7 16.16 49.29 -
YUV 112.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 164 72 188 0.13 0.62 0 0.26 287.59 0.46 0.51
Hex A4 48 BC D 3E 0 1A 120 2E 33
Octal 244 110 274 15 76 0 32 440 56 63
Binary 10100100 1001000 10111100 1101 111110 0 11010 100100000 101110 110011

Color Harmonies of #A448BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448BC

Black with #A448BC

Text Example


Text Example

White with #A448BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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