Html Css Color HEX #A35FBC Deep Lilac

📋 copy color: '#A35FBC'

red 163 ◦ green 95 ◦ blue 188

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

Shades of Deep Lilac #A35FBC

Tints of Deep Lilac #A35FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.3%

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

R = 36.55%
G = 21.3%
B = 42.15%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A35FBC (or 0xA35FBC) is known color: Deep Lilac. HEX triplet: A3, 5F and BC. RGB value is (163,95,188). Sum of RGB (Red+Green+Blue) = 163+95+188=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #A35FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FBC is #5CA043. Grayscale: #7D7D7D. Windows color (decimal): -6070340 or 12345251. OLE color: 12345251.

HSL color Cylindrical-coordinate representation of color #A35FBC: hue angle of 283.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A35FBC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 95 188 -
CMYK 0.13 0.49 0 0.26
HSL 283.87º 0.41% 0.55% -
HSV(B) 283.87º 0.49% 0.74% -
XYZ 28.27 19.6 49.87 -
YUV 125.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 163 95 188 0.13 0.49 0 0.26 283.87 0.41 0.55
Hex A3 5F BC D 31 0 1A 11C 29 37
Octal 243 137 274 15 61 0 32 434 51 67
Binary 10100011 1011111 10111100 1101 110001 0 11010 100011100 101001 110111

Color Harmonies of #A35FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FBC

Black with #A35FBC

Text Example


Text Example

White with #A35FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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