Html Css Color HEX #A44CCD Deep Lilac

📋 copy color: '#A44CCD'

red 164 ◦ green 76 ◦ blue 205

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

Shades of Deep Lilac #A44CCD

Tints of Deep Lilac #A44CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.08%

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 36.85%
G = 17.08%
B = 46.07%

CMYK

 C value IS 0.2

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A44CCD (or 0xA44CCD) is known color: Deep Lilac. HEX triplet: A4, 4C and CD. RGB value is (164,76,205). Sum of RGB (Red+Green+Blue) = 164+76+205=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #A44CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44CCD is #5BB332. Grayscale: #747474. Windows color (decimal): -6009651 or 13454500. OLE color: 13454500.

HSL color Cylindrical-coordinate representation of color #A44CCD: hue angle of 280.93º 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 #A44CCD is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 76 205 -
CMYK 0.2 0.63 0 0.20
HSL 280.93º 0.56% 0.55% -
HSV(B) 280.93º 0.63% 0.8% -
XYZ 28.91 17.47 59.61 -
YUV 117.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 164 76 205 0.2 0.63 0 0.20 280.93 0.56 0.55
Hex A4 4C CD 14 3F 0 14 119 38 37
Octal 244 114 315 24 77 0 24 431 70 67
Binary 10100100 1001100 11001101 10100 111111 0 10100 100011001 111000 110111

Color Harmonies of #A44CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44CCD

Black with #A44CCD

Text Example


Text Example

White with #A44CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44CCD; }

 p { color: rgb(164,76,205); }

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

background-color css

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

 a { background-color: rgb(164,76,205); }

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

border-color css

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

 span { border-color: rgb(164,76,205); }

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