Html Css Color HEX #A463BC Deep Lilac

📋 copy color: '#A463BC'

red 164 ◦ green 99 ◦ blue 188

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

Shades of Deep Lilac #A463BC

Tints of Deep Lilac #A463BC

RGB

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

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

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

R = 36.36%
G = 21.95%
B = 41.69%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A463BC (or 0xA463BC) is known color: Deep Lilac. HEX triplet: A4, 63 and BC. RGB value is (164,99,188). Sum of RGB (Red+Green+Blue) = 164+99+188=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #A463BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463BC is #5B9C43. Grayscale: #808080. Windows color (decimal): -6003780 or 12346276. OLE color: 12346276.

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

Color convert

RGB 164 99 188 -
CMYK 0.13 0.47 0 0.26
HSL 283.82º 0.4% 0.56% -
HSV(B) 283.82º 0.47% 0.74% -
XYZ 28.85 20.45 50 -
YUV 128.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 164 99 188 0.13 0.47 0 0.26 283.82 0.4 0.56
Hex A4 63 BC D 2F 0 1A 11C 28 38
Octal 244 143 274 15 57 0 32 434 50 70
Binary 10100100 1100011 10111100 1101 101111 0 11010 100011100 101000 111000

Color Harmonies of #A463BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463BC

Black with #A463BC

Text Example


Text Example

White with #A463BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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