Html Css Color HEX #A345BE Deep Lilac

📋 copy color: '#A345BE'

red 163 ◦ green 69 ◦ blue 190

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

Shades of Deep Lilac #A345BE

Tints of Deep Lilac #A345BE

RGB

 RED value IS 163 (64.06% from 255) = 38.63%

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

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

R = 38.63%
G = 16.35%
B = 45.02%

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

#A345BE (or 0xA345BE) is known color: Deep Lilac. HEX triplet: A3, 45 and BE. RGB value is (163,69,190). Sum of RGB (Red+Green+Blue) = 163+69+190=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #A345BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345BE is #5CBA41. Grayscale: #6E6E6E. Windows color (decimal): -6076994 or 12469667. OLE color: 12469667.

HSL color Cylindrical-coordinate representation of color #A345BE: hue angle of 286.61º 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 #A345BE is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 69 190 -
CMYK 0.14 0.64 0 0.25
HSL 286.61º 0.48% 0.51% -
HSV(B) 286.61º 0.64% 0.75% -
XYZ 26.53 15.76 50.36 -
YUV 110.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 163 69 190 0.14 0.64 0 0.25 286.61 0.48 0.51
Hex A3 45 BE E 40 0 19 11F 30 33
Octal 243 105 276 16 100 0 31 437 60 63
Binary 10100011 1000101 10111110 1110 1000000 0 11001 100011111 110000 110011

Color Harmonies of #A345BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A345BE

Black with #A345BE

Text Example


Text Example

White with #A345BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A345BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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