Html Css Color HEX #A641BE Deep Lilac

📋 copy color: '#A641BE'

red 166 ◦ green 65 ◦ blue 190

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

Shades of Deep Lilac #A641BE

Tints of Deep Lilac #A641BE

RGB

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

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

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

R = 39.43%
G = 15.44%
B = 45.13%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A641BE (or 0xA641BE) is known color: Deep Lilac. HEX triplet: A6, 41 and BE. RGB value is (166,65,190). Sum of RGB (Red+Green+Blue) = 166+65+190=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #A641BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641BE is #59BE41. Grayscale: #6D6D6D. Windows color (decimal): -5881410 or 12468646. OLE color: 12468646.

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

Color convert

RGB 166 65 190 -
CMYK 0.13 0.66 0 0.25
HSL 288.48º 0.49% 0.5% -
HSV(B) 288.48º 0.66% 0.75% -
XYZ 26.91 15.61 50.31 -
YUV 109.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 166 65 190 0.13 0.66 0 0.25 288.48 0.49 0.5
Hex A6 41 BE D 42 0 19 120 31 32
Octal 246 101 276 15 102 0 31 440 61 62
Binary 10100110 1000001 10111110 1101 1000010 0 11001 100100000 110001 110010

Color Harmonies of #A641BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641BE

Black with #A641BE

Text Example


Text Example

White with #A641BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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