Html Css Color HEX #A34AC0 Deep Lilac

📋 copy color: '#A34AC0'

red 163 ◦ green 74 ◦ blue 192

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

Shades of Deep Lilac #A34AC0

Tints of Deep Lilac #A34AC0

RGB

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

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

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

R = 38%
G = 17.25%
B = 44.76%

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

#A34AC0 (or 0xA34AC0) is known color: Deep Lilac. HEX triplet: A3, 4A and C0. RGB value is (163,74,192). Sum of RGB (Red+Green+Blue) = 163+74+192=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #A34AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34AC0 is #5CB53F. Grayscale: #717171. Windows color (decimal): -6075712 or 12602019. OLE color: 12602019.

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

Color convert

RGB 163 74 192 -
CMYK 0.15 0.61 0 0.25
HSL 285.25º 0.48% 0.52% -
HSV(B) 285.25º 0.61% 0.75% -
XYZ 27.07 16.49 51.63 -
YUV 114.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 163 74 192 0.15 0.61 0 0.25 285.25 0.48 0.52
Hex A3 4A C0 F 3D 0 19 11D 30 34
Octal 243 112 300 17 75 0 31 435 60 64
Binary 10100011 1001010 11000000 1111 111101 0 11001 100011101 110000 110100

Color Harmonies of #A34AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34AC0

Black with #A34AC0

Text Example


Text Example

White with #A34AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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