Html Css Color HEX #A44BCC Deep Lilac

📋 copy color: '#A44BCC'

red 164 ◦ green 75 ◦ blue 204

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

Shades of Deep Lilac #A44BCC

Tints of Deep Lilac #A44BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.93%

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 37.02%
G = 16.93%
B = 46.05%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A44BCC (or 0xA44BCC) is known color: Deep Lilac. HEX triplet: A4, 4B and CC. RGB value is (164,75,204). Sum of RGB (Red+Green+Blue) = 164+75+204=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #A44BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BCC is #5BB433. Grayscale: #737373. Windows color (decimal): -6009908 or 13388708. OLE color: 13388708.

HSL color Cylindrical-coordinate representation of color #A44BCC: hue angle of 281.4º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A44BCC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 75 204 -
CMYK 0.20 0.63 0 0.2
HSL 281.4º 0.56% 0.55% -
HSV(B) 281.4º 0.63% 0.8% -
XYZ 28.73 17.28 58.95 -
YUV 116.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 164 75 204 0.20 0.63 0 0.2 281.4 0.56 0.55
Hex A4 4B CC 14 3F 0 14 119 38 37
Octal 244 113 314 24 77 0 24 431 70 67
Binary 10100100 1001011 11001100 10100 111111 0 10100 100011001 111000 110111

Color Harmonies of #A44BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44BCC

Black with #A44BCC

Text Example


Text Example

White with #A44BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44BCC; }

 p { color: rgb(164,75,204); }

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

background-color css

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

 a { background-color: rgb(164,75,204); }

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

border-color css

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

 span { border-color: rgb(164,75,204); }

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