Html Css Color HEX #A341BD Deep Lilac

📋 copy color: '#A341BD'

red 163 ◦ green 65 ◦ blue 189

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

Shades of Deep Lilac #A341BD

Tints of Deep Lilac #A341BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 39.09%
G = 15.59%
B = 45.32%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A341BD (or 0xA341BD) is known color: Deep Lilac. HEX triplet: A3, 41 and BD. RGB value is (163,65,189). Sum of RGB (Red+Green+Blue) = 163+65+189=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #A341BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341BD is #5CBE42. Grayscale: #6C6C6C. Windows color (decimal): -6078019 or 12403107. OLE color: 12403107.

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

Color convert

RGB 163 65 189 -
CMYK 0.14 0.66 0 0.26
HSL 287.42º 0.49% 0.5% -
HSV(B) 287.42º 0.66% 0.74% -
XYZ 26.18 15.24 49.71 -
YUV 108.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 163 65 189 0.14 0.66 0 0.26 287.42 0.49 0.5
Hex A3 41 BD E 42 0 1A 11F 31 32
Octal 243 101 275 16 102 0 32 437 61 62
Binary 10100011 1000001 10111101 1110 1000010 0 11010 100011111 110001 110010

Color Harmonies of #A341BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341BD

Black with #A341BD

Text Example


Text Example

White with #A341BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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