Html Css Color HEX #A45ACB Deep Lilac

📋 copy color: '#A45ACB'

red 164 ◦ green 90 ◦ blue 203

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

Shades of Deep Lilac #A45ACB

Tints of Deep Lilac #A45ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 35.89%
G = 19.69%
B = 44.42%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A45ACB (or 0xA45ACB) is known color: Deep Lilac. HEX triplet: A4, 5A and CB. RGB value is (164,90,203). Sum of RGB (Red+Green+Blue) = 164+90+203=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #A45ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ACB is #5BA534. Grayscale: #7C7C7C. Windows color (decimal): -6006069 or 13327012. OLE color: 13327012.

HSL color Cylindrical-coordinate representation of color #A45ACB: hue angle of 279.29º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45ACB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 90 203 -
CMYK 0.19 0.56 0 0.20
HSL 279.29º 0.52% 0.57% -
HSV(B) 279.29º 0.56% 0.8% -
XYZ 29.75 19.52 58.7 -
YUV 125.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 164 90 203 0.19 0.56 0 0.20 279.29 0.52 0.57
Hex A4 5A CB 13 38 0 14 117 34 39
Octal 244 132 313 23 70 0 24 427 64 71
Binary 10100100 1011010 11001011 10011 111000 0 10100 100010111 110100 111001

Color Harmonies of #A45ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ACB

Black with #A45ACB

Text Example


Text Example

White with #A45ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ACB; }

 p { color: rgb(164,90,203); }

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

background-color css

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

 a { background-color: rgb(164,90,203); }

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

border-color css

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

 span { border-color: rgb(164,90,203); }

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