Html Css Color HEX #A276CA Lilac Bush

📋 copy color: '#A276CA'

red 162 ◦ green 118 ◦ blue 202

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

Shades of Lilac Bush #A276CA

Tints of Lilac Bush #A276CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 33.61%
G = 24.48%
B = 41.91%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A276CA (or 0xA276CA) is known color: Lilac Bush. HEX triplet: A2, 76 and CA. RGB value is (162,118,202). Sum of RGB (Red+Green+Blue) = 162+118+202=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #A276CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276CA is #5D8935. Grayscale: #8C8C8C. Windows color (decimal): -6129974 or 13268642. OLE color: 13268642.

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

Color convert

RGB 162 118 202 -
CMYK 0.20 0.42 0 0.21
HSL 271.43º 0.44% 0.63% -
HSV(B) 271.43º 0.42% 0.79% -
XYZ 32.04 24.9 59 -
YUV 140.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 162 118 202 0.20 0.42 0 0.21 271.43 0.44 0.63
Hex A2 76 CA 14 2A 0 15 10F 2C 3F
Octal 242 166 312 24 52 0 25 417 54 77
Binary 10100010 1110110 11001010 10100 101010 0 10101 100001111 101100 111111

Color Harmonies of #A276CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276CA

Black with #A276CA

Text Example


Text Example

White with #A276CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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