Html Css Color HEX #A254BC Deep Lilac

📋 copy color: '#A254BC'

red 162 ◦ green 84 ◦ blue 188

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

Shades of Deep Lilac #A254BC

Tints of Deep Lilac #A254BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 37.33%
G = 19.35%
B = 43.32%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A254BC (or 0xA254BC) is known color: Deep Lilac. HEX triplet: A2, 54 and BC. RGB value is (162,84,188). Sum of RGB (Red+Green+Blue) = 162+84+188=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #A254BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254BC is #5DAB43. Grayscale: #767676. Windows color (decimal): -6138692 or 12342434. OLE color: 12342434.

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

Color convert

RGB 162 84 188 -
CMYK 0.14 0.55 0 0.26
HSL 285º 0.44% 0.53% -
HSV(B) 285º 0.55% 0.74% -
XYZ 27.15 17.65 49.55 -
YUV 119.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 162 84 188 0.14 0.55 0 0.26 285 0.44 0.53
Hex A2 54 BC E 37 0 1A 11D 2C 35
Octal 242 124 274 16 67 0 32 435 54 65
Binary 10100010 1010100 10111100 1110 110111 0 11010 100011101 101100 110101

Color Harmonies of #A254BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A254BC

Black with #A254BC

Text Example


Text Example

White with #A254BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A254BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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