Html Css Color HEX #A340BC Deep Lilac

📋 copy color: '#A340BC'

red 163 ◦ green 64 ◦ blue 188

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

Shades of Deep Lilac #A340BC

Tints of Deep Lilac #A340BC

RGB

 RED value IS 163 (64.06% from 255) = 39.28%

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

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

R = 39.28%
G = 15.42%
B = 45.3%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A340BC (or 0xA340BC) is known color: Deep Lilac. HEX triplet: A3, 40 and BC. RGB value is (163,64,188). Sum of RGB (Red+Green+Blue) = 163+64+188=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #A340BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340BC is #5CBF43. Grayscale: #6B6B6B. Windows color (decimal): -6078276 or 12337315. OLE color: 12337315.

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

Color convert

RGB 163 64 188 -
CMYK 0.13 0.66 0 0.26
HSL 287.9º 0.49% 0.49% -
HSV(B) 287.9º 0.66% 0.74% -
XYZ 26.01 15.08 49.12 -
YUV 107.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 163 64 188 0.13 0.66 0 0.26 287.9 0.49 0.49
Hex A3 40 BC D 42 0 1A 120 31 31
Octal 243 100 274 15 102 0 32 440 61 61
Binary 10100011 1000000 10111100 1101 1000010 0 11010 100100000 110001 110001

Color Harmonies of #A340BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A340BC

Black with #A340BC

Text Example


Text Example

White with #A340BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A340BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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