Html Css Color HEX #A25EBC Deep Lilac

📋 copy color: '#A25EBC'

red 162 ◦ green 94 ◦ blue 188

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

Shades of Deep Lilac #A25EBC

Tints of Deep Lilac #A25EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.17%

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

R = 36.49%
G = 21.17%
B = 42.34%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A25EBC (or 0xA25EBC) is known color: Deep Lilac. HEX triplet: A2, 5E and BC. RGB value is (162,94,188). Sum of RGB (Red+Green+Blue) = 162+94+188=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #A25EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EBC is #5DA143. Grayscale: #7C7C7C. Windows color (decimal): -6136132 or 12344994. OLE color: 12344994.

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

Color convert

RGB 162 94 188 -
CMYK 0.14 0.50 0 0.26
HSL 283.4º 0.41% 0.55% -
HSV(B) 283.4º 0.5% 0.74% -
XYZ 27.98 19.32 49.83 -
YUV 125.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 162 94 188 0.14 0.50 0 0.26 283.4 0.41 0.55
Hex A2 5E BC E 32 0 1A 11B 29 37
Octal 242 136 274 16 62 0 32 433 51 67
Binary 10100010 1011110 10111100 1110 110010 0 11010 100011011 101001 110111

Color Harmonies of #A25EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EBC

Black with #A25EBC

Text Example


Text Example

White with #A25EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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