Html Css Color HEX #A254BD Deep Lilac

📋 copy color: '#A254BD'

red 162 ◦ green 84 ◦ blue 189

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

Shades of Deep Lilac #A254BD

Tints of Deep Lilac #A254BD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.31%

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

R = 37.24%
G = 19.31%
B = 43.45%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A254BD (or 0xA254BD) is known color: Deep Lilac. HEX triplet: A2, 54 and BD. RGB value is (162,84,189). Sum of RGB (Red+Green+Blue) = 162+84+189=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #A254BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254BD is #5DAB42. Grayscale: #767676. Windows color (decimal): -6138691 or 12407970. OLE color: 12407970.

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

Color convert

RGB 162 84 189 -
CMYK 0.14 0.56 0 0.26
HSL 284.57º 0.44% 0.54% -
HSV(B) 284.57º 0.56% 0.74% -
XYZ 27.26 17.7 50.12 -
YUV 119.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 162 84 189 0.14 0.56 0 0.26 284.57 0.44 0.54
Hex A2 54 BD E 38 0 1A 11D 2C 36
Octal 242 124 275 16 70 0 32 435 54 66
Binary 10100010 1010100 10111101 1110 111000 0 11010 100011101 101100 110110

Color Harmonies of #A254BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254BD

Black with #A254BD

Text Example


Text Example

White with #A254BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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