Html Css Color HEX #A251BD Deep Lilac

📋 copy color: '#A251BD'

red 162 ◦ green 81 ◦ blue 189

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

Shades of Deep Lilac #A251BD

Tints of Deep Lilac #A251BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.75%

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 37.5%
G = 18.75%
B = 43.75%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A251BD (or 0xA251BD) is known color: Deep Lilac. HEX triplet: A2, 51 and BD. RGB value is (162,81,189). Sum of RGB (Red+Green+Blue) = 162+81+189=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #A251BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A251BD is #5DAE42. Grayscale: #757575. Windows color (decimal): -6139459 or 12407202. OLE color: 12407202.

HSL color Cylindrical-coordinate representation of color #A251BD: hue angle of 285º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A251BD is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 81 189 -
CMYK 0.14 0.57 0 0.26
HSL 285º 0.45% 0.53% -
HSV(B) 285º 0.57% 0.74% -
XYZ 27.03 17.24 50.05 -
YUV 117.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 162 81 189 0.14 0.57 0 0.26 285 0.45 0.53
Hex A2 51 BD E 39 0 1A 11D 2D 35
Octal 242 121 275 16 71 0 32 435 55 65
Binary 10100010 1010001 10111101 1110 111001 0 11010 100011101 101101 110101

Color Harmonies of #A251BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A251BD

Black with #A251BD

Text Example


Text Example

White with #A251BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A251BD; }

 p { color: rgb(162,81,189); }

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

background-color css

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

 a { background-color: rgb(162,81,189); }

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

border-color css

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

 span { border-color: rgb(162,81,189); }

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