Html Css Color HEX #A840BC Deep Lilac

📋 copy color: '#A840BC'

red 168 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #A840BC

Tints of Deep Lilac #A840BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

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

R = 40%
G = 15.24%
B = 44.76%

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

#A840BC (or 0xA840BC) is known color: Deep Lilac. HEX triplet: A8, 40 and BC. RGB value is (168,64,188). Sum of RGB (Red+Green+Blue) = 168+64+188=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 64 (25.39% from 255 or 15.24% 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 #A840BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840BC is #57BF43. Grayscale: #6C6C6C. Windows color (decimal): -5750596 or 12337320. OLE color: 12337320.

HSL color Cylindrical-coordinate representation of color #A840BC: hue angle of 290.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A840BC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 64 188 -
CMYK 0.11 0.66 0 0.26
HSL 290.32º 0.49% 0.49% -
HSV(B) 290.32º 0.66% 0.74% -
XYZ 27.06 15.62 49.17 -
YUV 109.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 168 64 188 0.11 0.66 0 0.26 290.32 0.49 0.49
Hex A8 40 BC B 42 0 1A 122 31 31
Octal 250 100 274 13 102 0 32 442 61 61
Binary 10101000 1000000 10111100 1011 1000010 0 11010 100100010 110001 110001

Color Harmonies of #A840BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A840BC

Black with #A840BC

Text Example


Text Example

White with #A840BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A840BC; }

 p { color: rgb(168,64,188); }

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

background-color css

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

 a { background-color: rgb(168,64,188); }

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

border-color css

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

 span { border-color: rgb(168,64,188); }

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