Html Css Color HEX #A264BA Deep Lilac

📋 copy color: '#A264BA'

red 162 ◦ green 100 ◦ blue 186

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

Shades of Deep Lilac #A264BA

Tints of Deep Lilac #A264BA

RGB

 RED value IS 162 (63.67% from 255) = 36.16%

 GREEN value IS 100 (39.45% from 255) = 22.32%

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

R = 36.16%
G = 22.32%
B = 41.52%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A264BA (or 0xA264BA) is known color: Deep Lilac. HEX triplet: A2, 64 and BA. RGB value is (162,100,186). Sum of RGB (Red+Green+Blue) = 162+100+186=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A264BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264BA is #5D9B45. Grayscale: #808080. Windows color (decimal): -6134598 or 12215458. OLE color: 12215458.

HSL color Cylindrical-coordinate representation of color #A264BA: hue angle of 283.26º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A264BA is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 100 186 -
CMYK 0.13 0.46 0 0.27
HSL 283.26º 0.38% 0.56% -
HSV(B) 283.26º 0.46% 0.73% -
XYZ 28.32 20.34 48.89 -
YUV 128.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 162 100 186 0.13 0.46 0 0.27 283.26 0.38 0.56
Hex A2 64 BA D 2E 0 1B 11B 26 38
Octal 242 144 272 15 56 0 33 433 46 70
Binary 10100010 1100100 10111010 1101 101110 0 11011 100011011 100110 111000

Color Harmonies of #A264BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264BA

Black with #A264BA

Text Example


Text Example

White with #A264BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264BA; }

 p { color: rgb(162,100,186); }

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

background-color css

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

 a { background-color: rgb(162,100,186); }

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

border-color css

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

 span { border-color: rgb(162,100,186); }

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