Html Css Color HEX #A34BBF Deep Lilac

📋 copy color: '#A34BBF'

red 163 ◦ green 75 ◦ blue 191

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

Shades of Deep Lilac #A34BBF

Tints of Deep Lilac #A34BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.52%

R = 38%
G = 17.48%
B = 44.52%

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

#A34BBF (or 0xA34BBF) is known color: Deep Lilac. HEX triplet: A3, 4B and BF. RGB value is (163,75,191). Sum of RGB (Red+Green+Blue) = 163+75+191=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #A34BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34BBF is #5CB440. Grayscale: #727272. Windows color (decimal): -6075457 or 12536739. OLE color: 12536739.

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

Color convert

RGB 163 75 191 -
CMYK 0.15 0.61 0 0.25
HSL 285.52º 0.48% 0.52% -
HSV(B) 285.52º 0.61% 0.75% -
XYZ 27.02 16.58 51.07 -
YUV 114.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 163 75 191 0.15 0.61 0 0.25 285.52 0.48 0.52
Hex A3 4B BF F 3D 0 19 11E 30 34
Octal 243 113 277 17 75 0 31 436 60 64
Binary 10100011 1001011 10111111 1111 111101 0 11001 100011110 110000 110100

Color Harmonies of #A34BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34BBF

Black with #A34BBF

Text Example


Text Example

White with #A34BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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