Html Css Color HEX #A35FBA Deep Lilac

📋 copy color: '#A35FBA'

red 163 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #A35FBA

Tints of Deep Lilac #A35FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 36.71%
G = 21.4%
B = 41.89%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A35FBA (or 0xA35FBA) is known color: Deep Lilac. HEX triplet: A3, 5F and BA. RGB value is (163,95,186). Sum of RGB (Red+Green+Blue) = 163+95+186=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #A35FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FBA is #5CA045. Grayscale: #7D7D7D. Windows color (decimal): -6070342 or 12214179. OLE color: 12214179.

HSL color Cylindrical-coordinate representation of color #A35FBA: hue angle of 284.84º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A35FBA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 95 186 -
CMYK 0.12 0.49 0 0.27
HSL 284.84º 0.4% 0.55% -
HSV(B) 284.84º 0.49% 0.73% -
XYZ 28.06 19.52 48.74 -
YUV 125.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 163 95 186 0.12 0.49 0 0.27 284.84 0.4 0.55
Hex A3 5F BA C 31 0 1B 11D 28 37
Octal 243 137 272 14 61 0 33 435 50 67
Binary 10100011 1011111 10111010 1100 110001 0 11011 100011101 101000 110111

Color Harmonies of #A35FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FBA

Black with #A35FBA

Text Example


Text Example

White with #A35FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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