Html Css Color HEX #A44BBE Deep Lilac

📋 copy color: '#A44BBE'

red 164 ◦ green 75 ◦ blue 190

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

Shades of Deep Lilac #A44BBE

Tints of Deep Lilac #A44BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 38.23%
G = 17.48%
B = 44.29%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A44BBE (or 0xA44BBE) is known color: Deep Lilac. HEX triplet: A4, 4B and BE. RGB value is (164,75,190). Sum of RGB (Red+Green+Blue) = 164+75+190=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #A44BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BBE is #5BB441. Grayscale: #727272. Windows color (decimal): -6009922 or 12471204. OLE color: 12471204.

HSL color Cylindrical-coordinate representation of color #A44BBE: hue angle of 286.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44BBE is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 75 190 -
CMYK 0.14 0.61 0 0.25
HSL 286.43º 0.47% 0.52% -
HSV(B) 286.43º 0.61% 0.75% -
XYZ 27.12 16.64 50.5 -
YUV 114.72 170.49 163.15 -
System Red Green Blue C M Y K H S L
Decimal 164 75 190 0.14 0.61 0 0.25 286.43 0.47 0.52
Hex A4 4B BE E 3D 0 19 11E 2F 34
Octal 244 113 276 16 75 0 31 436 57 64
Binary 10100100 1001011 10111110 1110 111101 0 11001 100011110 101111 110100

Color Harmonies of #A44BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44BBE

Black with #A44BBE

Text Example


Text Example

White with #A44BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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