Html Css Color HEX #A641BA Deep Lilac

📋 copy color: '#A641BA'

red 166 ◦ green 65 ◦ blue 186

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

Shades of Deep Lilac #A641BA

Tints of Deep Lilac #A641BA

RGB

 RED value IS 166 (65.23% from 255) = 39.81%

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 39.81%
G = 15.59%
B = 44.6%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A641BA (or 0xA641BA) is known color: Deep Lilac. HEX triplet: A6, 41 and BA. RGB value is (166,65,186). Sum of RGB (Red+Green+Blue) = 166+65+186=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #A641BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641BA is #59BE45. Grayscale: #6C6C6C. Windows color (decimal): -5881414 or 12206502. OLE color: 12206502.

HSL color Cylindrical-coordinate representation of color #A641BA: hue angle of 290.08º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A641BA is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 65 186 -
CMYK 0.11 0.65 0 0.27
HSL 290.08º 0.48% 0.49% -
HSV(B) 290.08º 0.65% 0.73% -
XYZ 26.48 15.43 48.04 -
YUV 108.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 166 65 186 0.11 0.65 0 0.27 290.08 0.48 0.49
Hex A6 41 BA B 41 0 1B 122 30 31
Octal 246 101 272 13 101 0 33 442 60 61
Binary 10100110 1000001 10111010 1011 1000001 0 11011 100100010 110000 110001

Color Harmonies of #A641BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641BA

Black with #A641BA

Text Example


Text Example

White with #A641BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641BA; }

 p { color: rgb(166,65,186); }

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

background-color css

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

 a { background-color: rgb(166,65,186); }

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

border-color css

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

 span { border-color: rgb(166,65,186); }

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