Html Css Color HEX #A25EB7 Deep Lilac

📋 copy color: '#A25EB7'

red 162 ◦ green 94 ◦ blue 183

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

Shades of Deep Lilac #A25EB7

Tints of Deep Lilac #A25EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.69%

R = 36.9%
G = 21.41%
B = 41.69%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A25EB7 (or 0xA25EB7) is known color: Deep Lilac. HEX triplet: A2, 5E and B7. RGB value is (162,94,183). Sum of RGB (Red+Green+Blue) = 162+94+183=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 183 - color contains mainly: blue. Hex color #A25EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EB7 is #5DA148. Grayscale: #7C7C7C. Windows color (decimal): -6136137 or 12017314. OLE color: 12017314.

HSL color Cylindrical-coordinate representation of color #A25EB7: hue angle of 285.84º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25EB7 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 94 183 -
CMYK 0.11 0.49 0 0.28
HSL 285.84º 0.38% 0.54% -
HSV(B) 285.84º 0.49% 0.72% -
XYZ 27.45 19.11 47.04 -
YUV 124.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 162 94 183 0.11 0.49 0 0.28 285.84 0.38 0.54
Hex A2 5E B7 B 31 0 1C 11E 26 36
Octal 242 136 267 13 61 0 34 436 46 66
Binary 10100010 1011110 10110111 1011 110001 0 11100 100011110 100110 110110

Color Harmonies of #A25EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EB7

Black with #A25EB7

Text Example


Text Example

White with #A25EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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