Html Css Color HEX #A34BCC Deep Lilac

📋 copy color: '#A34BCC'

red 163 ◦ green 75 ◦ blue 204

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

Shades of Deep Lilac #A34BCC

Tints of Deep Lilac #A34BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 36.88%
G = 16.97%
B = 46.15%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A34BCC (or 0xA34BCC) is known color: Deep Lilac. HEX triplet: A3, 4B and CC. RGB value is (163,75,204). Sum of RGB (Red+Green+Blue) = 163+75+204=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #A34BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BCC is #5CB433. Grayscale: #737373. Windows color (decimal): -6075444 or 13388707. OLE color: 13388707.

HSL color Cylindrical-coordinate representation of color #A34BCC: hue angle of 280.93º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34BCC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 75 204 -
CMYK 0.20 0.63 0 0.2
HSL 280.93º 0.56% 0.55% -
HSV(B) 280.93º 0.63% 0.8% -
XYZ 28.52 17.18 58.94 -
YUV 116.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 163 75 204 0.20 0.63 0 0.2 280.93 0.56 0.55
Hex A3 4B CC 14 3F 0 14 119 38 37
Octal 243 113 314 24 77 0 24 431 70 67
Binary 10100011 1001011 11001100 10100 111111 0 10100 100011001 111000 110111

Color Harmonies of #A34BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34BCC

Black with #A34BCC

Text Example


Text Example

White with #A34BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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