Html Css Color HEX #A445BE Deep Lilac

📋 copy color: '#A445BE'

red 164 ◦ green 69 ◦ blue 190

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

Shades of Deep Lilac #A445BE

Tints of Deep Lilac #A445BE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.31%

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

R = 38.77%
G = 16.31%
B = 44.92%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A445BE (or 0xA445BE) is known color: Deep Lilac. HEX triplet: A4, 45 and BE. RGB value is (164,69,190). Sum of RGB (Red+Green+Blue) = 164+69+190=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #A445BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445BE is #5BBA41. Grayscale: #6E6E6E. Windows color (decimal): -6011458 or 12469668. OLE color: 12469668.

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

Color convert

RGB 164 69 190 -
CMYK 0.14 0.64 0 0.25
HSL 287.11º 0.48% 0.51% -
HSV(B) 287.11º 0.64% 0.75% -
XYZ 26.73 15.87 50.37 -
YUV 111.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 164 69 190 0.14 0.64 0 0.25 287.11 0.48 0.51
Hex A4 45 BE E 40 0 19 11F 30 33
Octal 244 105 276 16 100 0 31 437 60 63
Binary 10100100 1000101 10111110 1110 1000000 0 11001 100011111 110000 110011

Color Harmonies of #A445BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A445BE

Black with #A445BE

Text Example


Text Example

White with #A445BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A445BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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