Html Css Color HEX #A34FBE Deep Lilac

📋 copy color: '#A34FBE'

red 163 ◦ green 79 ◦ blue 190

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

Shades of Deep Lilac #A34FBE

Tints of Deep Lilac #A34FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.29%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 37.73%
G = 18.29%
B = 43.98%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A34FBE (or 0xA34FBE) is known color: Deep Lilac. HEX triplet: A3, 4F and BE. RGB value is (163,79,190). Sum of RGB (Red+Green+Blue) = 163+79+190=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #A34FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FBE is #5CB041. Grayscale: #747474. Windows color (decimal): -6074434 or 12472227. OLE color: 12472227.

HSL color Cylindrical-coordinate representation of color #A34FBE: hue angle of 285.41º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34FBE is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 79 190 -
CMYK 0.14 0.58 0 0.25
HSL 285.41º 0.46% 0.53% -
HSV(B) 285.41º 0.58% 0.75% -
XYZ 27.19 17.1 50.58 -
YUV 116.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 163 79 190 0.14 0.58 0 0.25 285.41 0.46 0.53
Hex A3 4F BE E 3A 0 19 11D 2E 35
Octal 243 117 276 16 72 0 31 435 56 65
Binary 10100011 1001111 10111110 1110 111010 0 11001 100011101 101110 110101

Color Harmonies of #A34FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FBE

Black with #A34FBE

Text Example


Text Example

White with #A34FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FBE; }

 p { color: rgb(163,79,190); }

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

background-color css

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

 a { background-color: rgb(163,79,190); }

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

border-color css

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

 span { border-color: rgb(163,79,190); }

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