Html Css Color HEX #A25EB9 Deep Lilac

📋 copy color: '#A25EB9'

red 162 ◦ green 94 ◦ blue 185

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

Shades of Deep Lilac #A25EB9

Tints of Deep Lilac #A25EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 36.73%
G = 21.32%
B = 41.95%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A25EB9 (or 0xA25EB9) is known color: Deep Lilac. HEX triplet: A2, 5E and B9. RGB value is (162,94,185). Sum of RGB (Red+Green+Blue) = 162+94+185=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #A25EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EB9 is #5DA146. Grayscale: #7C7C7C. Windows color (decimal): -6136135 or 12148386. OLE color: 12148386.

HSL color Cylindrical-coordinate representation of color #A25EB9: hue angle of 284.84º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25EB9 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 94 185 -
CMYK 0.12 0.49 0 0.27
HSL 284.84º 0.39% 0.55% -
HSV(B) 284.84º 0.49% 0.73% -
XYZ 27.66 19.19 48.15 -
YUV 124.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 162 94 185 0.12 0.49 0 0.27 284.84 0.39 0.55
Hex A2 5E B9 C 31 0 1B 11D 27 37
Octal 242 136 271 14 61 0 33 435 47 67
Binary 10100010 1011110 10111001 1100 110001 0 11011 100011101 100111 110111

Color Harmonies of #A25EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EB9

Black with #A25EB9

Text Example


Text Example

White with #A25EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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