Html Css Color HEX #A34BBC Deep Lilac

📋 copy color: '#A34BBC'

red 163 ◦ green 75 ◦ blue 188

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

Shades of Deep Lilac #A34BBC

Tints of Deep Lilac #A34BBC

RGB

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

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

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

R = 38.26%
G = 17.61%
B = 44.13%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A34BBC (or 0xA34BBC) is known color: Deep Lilac. HEX triplet: A3, 4B and BC. RGB value is (163,75,188). Sum of RGB (Red+Green+Blue) = 163+75+188=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #A34BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BBC is #5CB443. Grayscale: #717171. Windows color (decimal): -6075460 or 12340131. OLE color: 12340131.

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

Color convert

RGB 163 75 188 -
CMYK 0.13 0.60 0 0.26
HSL 286.73º 0.46% 0.52% -
HSV(B) 286.73º 0.6% 0.74% -
XYZ 26.7 16.45 49.34 -
YUV 114.19 169.65 162.81 -
System Red Green Blue C M Y K H S L
Decimal 163 75 188 0.13 0.60 0 0.26 286.73 0.46 0.52
Hex A3 4B BC D 3C 0 1A 11F 2E 34
Octal 243 113 274 15 74 0 32 437 56 64
Binary 10100011 1001011 10111100 1101 111100 0 11010 100011111 101110 110100

Color Harmonies of #A34BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34BBC

Black with #A34BBC

Text Example


Text Example

White with #A34BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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