Html Css Color HEX #A34ABC Deep Lilac

📋 copy color: '#A34ABC'

red 163 ◦ green 74 ◦ blue 188

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

Shades of Deep Lilac #A34ABC

Tints of Deep Lilac #A34ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

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

R = 38.35%
G = 17.41%
B = 44.24%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A34ABC (or 0xA34ABC) is known color: Deep Lilac. HEX triplet: A3, 4A and BC. RGB value is (163,74,188). Sum of RGB (Red+Green+Blue) = 163+74+188=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #A34ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34ABC is #5CB543. Grayscale: #717171. Windows color (decimal): -6075716 or 12339875. OLE color: 12339875.

HSL color Cylindrical-coordinate representation of color #A34ABC: hue angle of 286.84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34ABC is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 74 188 -
CMYK 0.13 0.61 0 0.26
HSL 286.84º 0.46% 0.51% -
HSV(B) 286.84º 0.61% 0.74% -
XYZ 26.63 16.31 49.32 -
YUV 113.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 163 74 188 0.13 0.61 0 0.26 286.84 0.46 0.51
Hex A3 4A BC D 3D 0 1A 11F 2E 33
Octal 243 112 274 15 75 0 32 437 56 63
Binary 10100011 1001010 10111100 1101 111101 0 11010 100011111 101110 110011

Color Harmonies of #A34ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34ABC

Black with #A34ABC

Text Example


Text Example

White with #A34ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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