Html Css Color HEX #A276C9 Lilac Bush

📋 copy color: '#A276C9'

red 162 ◦ green 118 ◦ blue 201

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

Shades of Lilac Bush #A276C9

Tints of Lilac Bush #A276C9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.53%

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 33.68%
G = 24.53%
B = 41.79%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A276C9 (or 0xA276C9) is known color: Lilac Bush. HEX triplet: A2, 76 and C9. RGB value is (162,118,201). Sum of RGB (Red+Green+Blue) = 162+118+201=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #A276C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276C9 is #5D8936. Grayscale: #8C8C8C. Windows color (decimal): -6129975 or 13203106. OLE color: 13203106.

HSL color Cylindrical-coordinate representation of color #A276C9: hue angle of 271.81º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A276C9 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 118 201 -
CMYK 0.19 0.41 0 0.21
HSL 271.81º 0.43% 0.63% -
HSV(B) 271.81º 0.41% 0.79% -
XYZ 31.92 24.86 58.37 -
YUV 140.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 162 118 201 0.19 0.41 0 0.21 271.81 0.43 0.63
Hex A2 76 C9 13 29 0 15 110 2B 3F
Octal 242 166 311 23 51 0 25 420 53 77
Binary 10100010 1110110 11001001 10011 101001 0 10101 100010000 101011 111111

Color Harmonies of #A276C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276C9

Black with #A276C9

Text Example


Text Example

White with #A276C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276C9; }

 p { color: rgb(162,118,201); }

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

background-color css

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

 a { background-color: rgb(162,118,201); }

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

border-color css

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

 span { border-color: rgb(162,118,201); }

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