Html Css Color HEX #A341BE Deep Lilac

📋 copy color: '#A341BE'

red 163 ◦ green 65 ◦ blue 190

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

Shades of Deep Lilac #A341BE

Tints of Deep Lilac #A341BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.55%

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

R = 39%
G = 15.55%
B = 45.45%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A341BE (or 0xA341BE) is known color: Deep Lilac. HEX triplet: A3, 41 and BE. RGB value is (163,65,190). Sum of RGB (Red+Green+Blue) = 163+65+190=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #A341BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341BE is #5CBE41. Grayscale: #6C6C6C. Windows color (decimal): -6078018 or 12468643. OLE color: 12468643.

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

Color convert

RGB 163 65 190 -
CMYK 0.14 0.66 0 0.25
HSL 287.04º 0.49% 0.5% -
HSV(B) 287.04º 0.66% 0.75% -
XYZ 26.29 15.28 50.28 -
YUV 108.55 173.97 166.84 -
System Red Green Blue C M Y K H S L
Decimal 163 65 190 0.14 0.66 0 0.25 287.04 0.49 0.5
Hex A3 41 BE E 42 0 19 11F 31 32
Octal 243 101 276 16 102 0 31 437 61 62
Binary 10100011 1000001 10111110 1110 1000010 0 11001 100011111 110001 110010

Color Harmonies of #A341BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341BE

Black with #A341BE

Text Example


Text Example

White with #A341BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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