Html Css Color HEX #A642BC Deep Lilac

📋 copy color: '#A642BC'

red 166 ◦ green 66 ◦ blue 188

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

Shades of Deep Lilac #A642BC

Tints of Deep Lilac #A642BC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

 BLUE value IS 188 (73.83% from 255) = 44.76%

R = 39.52%
G = 15.71%
B = 44.76%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A642BC (or 0xA642BC) is known color: Deep Lilac. HEX triplet: A6, 42 and BC. RGB value is (166,66,188). Sum of RGB (Red+Green+Blue) = 166+66+188=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #A642BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642BC is #59BD43. Grayscale: #6D6D6D. Windows color (decimal): -5881156 or 12337830. OLE color: 12337830.

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

Color convert

RGB 166 66 188 -
CMYK 0.12 0.65 0 0.26
HSL 289.18º 0.48% 0.5% -
HSV(B) 289.18º 0.65% 0.74% -
XYZ 26.75 15.63 49.18 -
YUV 109.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 166 66 188 0.12 0.65 0 0.26 289.18 0.48 0.5
Hex A6 42 BC C 41 0 1A 121 30 32
Octal 246 102 274 14 101 0 32 441 60 62
Binary 10100110 1000010 10111100 1100 1000001 0 11010 100100001 110000 110010

Color Harmonies of #A642BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A642BC

Black with #A642BC

Text Example


Text Example

White with #A642BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A642BC; }

 p { color: rgb(166,66,188); }

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

background-color css

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

 a { background-color: rgb(166,66,188); }

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

border-color css

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

 span { border-color: rgb(166,66,188); }

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