Html Css Color HEX #A463C4 Deep Lilac

📋 copy color: '#A463C4'

red 164 ◦ green 99 ◦ blue 196

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

Shades of Deep Lilac #A463C4

Tints of Deep Lilac #A463C4

RGB

 RED value IS 164 (64.45% from 255) = 35.73%

 GREEN value IS 99 (39.06% from 255) = 21.57%

 BLUE value IS 196 (76.95% from 255) = 42.7%

R = 35.73%
G = 21.57%
B = 42.7%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A463C4 (or 0xA463C4) is known color: Deep Lilac. HEX triplet: A4, 63 and C4. RGB value is (164,99,196). Sum of RGB (Red+Green+Blue) = 164+99+196=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #A463C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463C4 is #5B9C3B. Grayscale: #818181. Windows color (decimal): -6003772 or 12870564. OLE color: 12870564.

HSL color Cylindrical-coordinate representation of color #A463C4: hue angle of 280.21º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A463C4 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 99 196 -
CMYK 0.16 0.49 0 0.23
HSL 280.21º 0.45% 0.58% -
HSV(B) 280.21º 0.49% 0.77% -
XYZ 29.74 20.8 54.67 -
YUV 129.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 164 99 196 0.16 0.49 0 0.23 280.21 0.45 0.58
Hex A4 63 C4 10 31 0 17 118 2D 3A
Octal 244 143 304 20 61 0 27 430 55 72
Binary 10100100 1100011 11000100 10000 110001 0 10111 100011000 101101 111010

Color Harmonies of #A463C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463C4

Black with #A463C4

Text Example


Text Example

White with #A463C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463C4; }

 p { color: rgb(164,99,196); }

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

background-color css

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

 a { background-color: rgb(164,99,196); }

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

border-color css

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

 span { border-color: rgb(164,99,196); }

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