Html Css Color HEX #A04BCC Deep Lilac

📋 copy color: '#A04BCC'

red 160 ◦ green 75 ◦ blue 204

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

Shades of Deep Lilac #A04BCC

Tints of Deep Lilac #A04BCC

RGB

 RED value IS 160 (62.89% from 255) = 36.45%

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

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

R = 36.45%
G = 17.08%
B = 46.47%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A04BCC (or 0xA04BCC) is known color: Deep Lilac. HEX triplet: A0, 4B and CC. RGB value is (160,75,204). Sum of RGB (Red+Green+Blue) = 160+75+204=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #A04BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BCC is #5FB433. Grayscale: #727272. Windows color (decimal): -6272052 or 13388704. OLE color: 13388704.

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

Color convert

RGB 160 75 204 -
CMYK 0.22 0.63 0 0.2
HSL 279.53º 0.56% 0.55% -
HSV(B) 279.53º 0.63% 0.8% -
XYZ 27.91 16.87 58.91 -
YUV 115.12 178.16 160.01 -
System Red Green Blue C M Y K H S L
Decimal 160 75 204 0.22 0.63 0 0.2 279.53 0.56 0.55
Hex A0 4B CC 16 3F 0 14 118 38 37
Octal 240 113 314 26 77 0 24 430 70 67
Binary 10100000 1001011 11001100 10110 111111 0 10100 100011000 111000 110111

Color Harmonies of #A04BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04BCC

Black with #A04BCC

Text Example


Text Example

White with #A04BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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