Html Css Color HEX #A04BBF Deep Lilac

📋 copy color: '#A04BBF'

red 160 ◦ green 75 ◦ blue 191

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

Shades of Deep Lilac #A04BBF

Tints of Deep Lilac #A04BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 37.56%
G = 17.61%
B = 44.84%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A04BBF (or 0xA04BBF) is known color: Deep Lilac. HEX triplet: A0, 4B and BF. RGB value is (160,75,191). Sum of RGB (Red+Green+Blue) = 160+75+191=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #A04BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BBF is #5FB440. Grayscale: #717171. Windows color (decimal): -6272065 or 12536736. OLE color: 12536736.

HSL color Cylindrical-coordinate representation of color #A04BBF: hue angle of 283.97º degrees, saturation: 0.48, 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 #A04BBF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 75 191 -
CMYK 0.16 0.61 0 0.25
HSL 283.97º 0.48% 0.52% -
HSV(B) 283.97º 0.61% 0.75% -
XYZ 26.42 16.27 51.04 -
YUV 113.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 160 75 191 0.16 0.61 0 0.25 283.97 0.48 0.52
Hex A0 4B BF 10 3D 0 19 11C 30 34
Octal 240 113 277 20 75 0 31 434 60 64
Binary 10100000 1001011 10111111 10000 111101 0 11001 100011100 110000 110100

Color Harmonies of #A04BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04BBF

Black with #A04BBF

Text Example


Text Example

White with #A04BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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