Html Css Color HEX #A44BCD Deep Lilac

📋 copy color: '#A44BCD'

red 164 ◦ green 75 ◦ blue 205

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

Shades of Deep Lilac #A44BCD

Tints of Deep Lilac #A44BCD

RGB

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

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

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

R = 36.94%
G = 16.89%
B = 46.17%

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

#A44BCD (or 0xA44BCD) is known color: Deep Lilac. HEX triplet: A4, 4B and CD. RGB value is (164,75,205). Sum of RGB (Red+Green+Blue) = 164+75+205=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #A44BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BCD is #5BB432. Grayscale: #737373. Windows color (decimal): -6009907 or 13454244. OLE color: 13454244.

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

Color convert

RGB 164 75 205 -
CMYK 0.2 0.63 0 0.20
HSL 281.08º 0.57% 0.55% -
HSV(B) 281.08º 0.63% 0.8% -
XYZ 28.85 17.33 59.58 -
YUV 116.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 164 75 205 0.2 0.63 0 0.20 281.08 0.57 0.55
Hex A4 4B CD 14 3F 0 14 119 39 37
Octal 244 113 315 24 77 0 24 431 71 67
Binary 10100100 1001011 11001101 10100 111111 0 10100 100011001 111001 110111

Color Harmonies of #A44BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44BCD

Black with #A44BCD

Text Example


Text Example

White with #A44BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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