Html Css Color HEX #A34BC0 Deep Lilac

📋 copy color: '#A34BC0'

red 163 ◦ green 75 ◦ blue 192

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

Shades of Deep Lilac #A34BC0

Tints of Deep Lilac #A34BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.44%

 BLUE value IS 192 (75.39% from 255) = 44.65%

R = 37.91%
G = 17.44%
B = 44.65%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A34BC0 (or 0xA34BC0) is known color: Deep Lilac. HEX triplet: A3, 4B and C0. RGB value is (163,75,192). Sum of RGB (Red+Green+Blue) = 163+75+192=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #A34BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BC0 is #5CB43F. Grayscale: #727272. Windows color (decimal): -6075456 or 12602275. OLE color: 12602275.

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

Color convert

RGB 163 75 192 -
CMYK 0.15 0.61 0 0.25
HSL 285.13º 0.48% 0.52% -
HSV(B) 285.13º 0.61% 0.75% -
XYZ 27.13 16.62 51.65 -
YUV 114.65 171.65 162.49 -
System Red Green Blue C M Y K H S L
Decimal 163 75 192 0.15 0.61 0 0.25 285.13 0.48 0.52
Hex A3 4B C0 F 3D 0 19 11D 30 34
Octal 243 113 300 17 75 0 31 435 60 64
Binary 10100011 1001011 11000000 1111 111101 0 11001 100011101 110000 110100

Color Harmonies of #A34BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34BC0

Black with #A34BC0

Text Example


Text Example

White with #A34BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34BC0; }

 p { color: rgb(163,75,192); }

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

background-color css

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

 a { background-color: rgb(163,75,192); }

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

border-color css

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

 span { border-color: rgb(163,75,192); }

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