Html Css Color HEX #A35CBD Deep Lilac

📋 copy color: '#A35CBD'

red 163 ◦ green 92 ◦ blue 189

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

Shades of Deep Lilac #A35CBD

Tints of Deep Lilac #A35CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.72%

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 36.71%
G = 20.72%
B = 42.57%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A35CBD (or 0xA35CBD) is known color: Deep Lilac. HEX triplet: A3, 5C and BD. RGB value is (163,92,189). Sum of RGB (Red+Green+Blue) = 163+92+189=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #A35CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CBD is #5CA342. Grayscale: #7B7B7B. Windows color (decimal): -6071107 or 12410019. OLE color: 12410019.

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

Color convert

RGB 163 92 189 -
CMYK 0.14 0.51 0 0.26
HSL 283.92º 0.42% 0.55% -
HSV(B) 283.92º 0.51% 0.74% -
XYZ 28.12 19.11 50.35 -
YUV 124.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 163 92 189 0.14 0.51 0 0.26 283.92 0.42 0.55
Hex A3 5C BD E 33 0 1A 11C 2A 37
Octal 243 134 275 16 63 0 32 434 52 67
Binary 10100011 1011100 10111101 1110 110011 0 11010 100011100 101010 110111

Color Harmonies of #A35CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35CBD

Black with #A35CBD

Text Example


Text Example

White with #A35CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35CBD; }

 p { color: rgb(163,92,189); }

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

background-color css

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

 a { background-color: rgb(163,92,189); }

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

border-color css

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

 span { border-color: rgb(163,92,189); }

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