Html Css Color HEX #A34CBF Deep Lilac

📋 copy color: '#A34CBF'

red 163 ◦ green 76 ◦ blue 191

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

Shades of Deep Lilac #A34CBF

Tints of Deep Lilac #A34CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.67%

 BLUE value IS 191 (75% from 255) = 44.42%

R = 37.91%
G = 17.67%
B = 44.42%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A34CBF (or 0xA34CBF) is known color: Deep Lilac. HEX triplet: A3, 4C and BF. RGB value is (163,76,191). Sum of RGB (Red+Green+Blue) = 163+76+191=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #A34CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CBF is #5CB340. Grayscale: #727272. Windows color (decimal): -6075201 or 12536995. OLE color: 12536995.

HSL color Cylindrical-coordinate representation of color #A34CBF: hue angle of 285.39º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34CBF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 76 191 -
CMYK 0.15 0.60 0 0.25
HSL 285.39º 0.47% 0.52% -
HSV(B) 285.39º 0.6% 0.75% -
XYZ 27.09 16.72 51.09 -
YUV 115.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 163 76 191 0.15 0.60 0 0.25 285.39 0.47 0.52
Hex A3 4C BF F 3C 0 19 11D 2F 34
Octal 243 114 277 17 74 0 31 435 57 64
Binary 10100011 1001100 10111111 1111 111100 0 11001 100011101 101111 110100

Color Harmonies of #A34CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CBF

Black with #A34CBF

Text Example


Text Example

White with #A34CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CBF; }

 p { color: rgb(163,76,191); }

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

background-color css

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

 a { background-color: rgb(163,76,191); }

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

border-color css

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

 span { border-color: rgb(163,76,191); }

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