Html Css Color HEX #A35FC0 Deep Lilac

📋 copy color: '#A35FC0'

red 163 ◦ green 95 ◦ blue 192

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

Shades of Deep Lilac #A35FC0

Tints of Deep Lilac #A35FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.67%

R = 36.22%
G = 21.11%
B = 42.67%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A35FC0 (or 0xA35FC0) is known color: Deep Lilac. HEX triplet: A3, 5F and C0. RGB value is (163,95,192). Sum of RGB (Red+Green+Blue) = 163+95+192=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #A35FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FC0 is #5CA03F. Grayscale: #7E7E7E. Windows color (decimal): -6070336 or 12607395. OLE color: 12607395.

HSL color Cylindrical-coordinate representation of color #A35FC0: hue angle of 282.06º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35FC0 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 95 192 -
CMYK 0.15 0.51 0 0.25
HSL 282.06º 0.43% 0.56% -
HSV(B) 282.06º 0.51% 0.75% -
XYZ 28.71 19.78 52.17 -
YUV 126.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 163 95 192 0.15 0.51 0 0.25 282.06 0.43 0.56
Hex A3 5F C0 F 33 0 19 11A 2B 38
Octal 243 137 300 17 63 0 31 432 53 70
Binary 10100011 1011111 11000000 1111 110011 0 11001 100011010 101011 111000

Color Harmonies of #A35FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FC0

Black with #A35FC0

Text Example


Text Example

White with #A35FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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