Html Css Color HEX #A34CBE Deep Lilac

📋 copy color: '#A34CBE'

red 163 ◦ green 76 ◦ blue 190

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

Shades of Deep Lilac #A34CBE

Tints of Deep Lilac #A34CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 38%
G = 17.72%
B = 44.29%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A34CBE (or 0xA34CBE) is known color: Deep Lilac. HEX triplet: A3, 4C and BE. RGB value is (163,76,190). Sum of RGB (Red+Green+Blue) = 163+76+190=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #A34CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CBE is #5CB341. Grayscale: #727272. Windows color (decimal): -6075202 or 12471459. OLE color: 12471459.

HSL color Cylindrical-coordinate representation of color #A34CBE: hue angle of 285.79º 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 #A34CBE is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 76 190 -
CMYK 0.14 0.60 0 0.25
HSL 285.79º 0.47% 0.52% -
HSV(B) 285.79º 0.6% 0.75% -
XYZ 26.98 16.67 50.51 -
YUV 115.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 163 76 190 0.14 0.60 0 0.25 285.79 0.47 0.52
Hex A3 4C BE E 3C 0 19 11E 2F 34
Octal 243 114 276 16 74 0 31 436 57 64
Binary 10100011 1001100 10111110 1110 111100 0 11001 100011110 101111 110100

Color Harmonies of #A34CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CBE

Black with #A34CBE

Text Example


Text Example

White with #A34CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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