Html Css Color HEX #A641BD Deep Lilac

📋 copy color: '#A641BD'

red 166 ◦ green 65 ◦ blue 189

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

Shades of Deep Lilac #A641BD

Tints of Deep Lilac #A641BD

RGB

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

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

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

R = 39.52%
G = 15.48%
B = 45%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A641BD (or 0xA641BD) is known color: Deep Lilac. HEX triplet: A6, 41 and BD. RGB value is (166,65,189). Sum of RGB (Red+Green+Blue) = 166+65+189=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #A641BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641BD is #59BE42. Grayscale: #6C6C6C. Windows color (decimal): -5881411 or 12403110. OLE color: 12403110.

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

Color convert

RGB 166 65 189 -
CMYK 0.12 0.66 0 0.26
HSL 288.87º 0.49% 0.5% -
HSV(B) 288.87º 0.66% 0.74% -
XYZ 26.8 15.56 49.74 -
YUV 109.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 166 65 189 0.12 0.66 0 0.26 288.87 0.49 0.5
Hex A6 41 BD C 42 0 1A 121 31 32
Octal 246 101 275 14 102 0 32 441 61 62
Binary 10100110 1000001 10111101 1100 1000010 0 11010 100100001 110001 110010

Color Harmonies of #A641BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641BD

Black with #A641BD

Text Example


Text Example

White with #A641BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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