Html Css Color HEX #A256BE Deep Lilac

📋 copy color: '#A256BE'

red 162 ◦ green 86 ◦ blue 190

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

Shades of Deep Lilac #A256BE

Tints of Deep Lilac #A256BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 36.99%
G = 19.63%
B = 43.38%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A256BE (or 0xA256BE) is known color: Deep Lilac. HEX triplet: A2, 56 and BE. RGB value is (162,86,190). Sum of RGB (Red+Green+Blue) = 162+86+190=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #A256BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256BE is #5DA941. Grayscale: #787878. Windows color (decimal): -6138178 or 12474018. OLE color: 12474018.

HSL color Cylindrical-coordinate representation of color #A256BE: hue angle of 283.85º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A256BE is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 86 190 -
CMYK 0.15 0.55 0 0.25
HSL 283.85º 0.44% 0.54% -
HSV(B) 283.85º 0.55% 0.75% -
XYZ 27.52 18.05 50.75 -
YUV 120.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 162 86 190 0.15 0.55 0 0.25 283.85 0.44 0.54
Hex A2 56 BE F 37 0 19 11C 2C 36
Octal 242 126 276 17 67 0 31 434 54 66
Binary 10100010 1010110 10111110 1111 110111 0 11001 100011100 101100 110110

Color Harmonies of #A256BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256BE

Black with #A256BE

Text Example


Text Example

White with #A256BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256BE; }

 p { color: rgb(162,86,190); }

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

background-color css

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

 a { background-color: rgb(162,86,190); }

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

border-color css

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

 span { border-color: rgb(162,86,190); }

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