Html Css Color HEX #A841BD Deep Lilac

📋 copy color: '#A841BD'

red 168 ◦ green 65 ◦ blue 189

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

Shades of Deep Lilac #A841BD

Tints of Deep Lilac #A841BD

RGB

 RED value IS 168 (66.02% from 255) = 39.81%

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

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

R = 39.81%
G = 15.4%
B = 44.79%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A841BD (or 0xA841BD) is known color: Deep Lilac. HEX triplet: A8, 41 and BD. RGB value is (168,65,189). Sum of RGB (Red+Green+Blue) = 168+65+189=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #A841BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841BD is #57BE42. Grayscale: #6D6D6D. Windows color (decimal): -5750339 or 12403112. OLE color: 12403112.

HSL color Cylindrical-coordinate representation of color #A841BD: hue angle of 289.84º 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 #A841BD is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 65 189 -
CMYK 0.11 0.66 0 0.26
HSL 289.84º 0.49% 0.5% -
HSV(B) 289.84º 0.66% 0.74% -
XYZ 27.22 15.78 49.76 -
YUV 109.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 168 65 189 0.11 0.66 0 0.26 289.84 0.49 0.5
Hex A8 41 BD B 42 0 1A 122 31 32
Octal 250 101 275 13 102 0 32 442 61 62
Binary 10101000 1000001 10111101 1011 1000010 0 11010 100100010 110001 110010

Color Harmonies of #A841BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841BD

Black with #A841BD

Text Example


Text Example

White with #A841BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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