Html Css Color HEX #A740B6 Deep Lilac

📋 copy color: '#A740B6'

red 167 ◦ green 64 ◦ blue 182

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

Shades of Deep Lilac #A740B6

Tints of Deep Lilac #A740B6

RGB

 RED value IS 167 (65.63% from 255) = 40.44%

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

 BLUE value IS 182 (71.48% from 255) = 44.07%

R = 40.44%
G = 15.5%
B = 44.07%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A740B6 (or 0xA740B6) is known color: Deep Lilac. HEX triplet: A7, 40 and B6. RGB value is (167,64,182). Sum of RGB (Red+Green+Blue) = 167+64+182=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #A740B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A740B6 is #58BF49. Grayscale: #6B6B6B. Windows color (decimal): -5816138 or 11944103. OLE color: 11944103.

HSL color Cylindrical-coordinate representation of color #A740B6: hue angle of 292.37º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A740B6 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 64 182 -
CMYK 0.08 0.65 0 0.29
HSL 292.37º 0.48% 0.48% -
HSV(B) 292.37º 0.65% 0.71% -
XYZ 26.21 15.26 45.82 -
YUV 108.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 167 64 182 0.08 0.65 0 0.29 292.37 0.48 0.48
Hex A7 40 B6 8 41 0 1D 124 30 30
Octal 247 100 266 10 101 0 35 444 60 60
Binary 10100111 1000000 10110110 1000 1000001 0 11101 100100100 110000 110000

Color Harmonies of #A740B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A740B6

Black with #A740B6

Text Example


Text Example

White with #A740B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A740B6; }

 p { color: rgb(167,64,182); }

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

background-color css

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

 a { background-color: rgb(167,64,182); }

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

border-color css

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

 span { border-color: rgb(167,64,182); }

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