Html Css Color HEX #A25EBF Deep Lilac

📋 copy color: '#A25EBF'

red 162 ◦ green 94 ◦ blue 191

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

Shades of Deep Lilac #A25EBF

Tints of Deep Lilac #A25EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.73%

R = 36.24%
G = 21.03%
B = 42.73%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A25EBF (or 0xA25EBF) is known color: Deep Lilac. HEX triplet: A2, 5E and BF. RGB value is (162,94,191). Sum of RGB (Red+Green+Blue) = 162+94+191=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #A25EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EBF is #5DA140. Grayscale: #7D7D7D. Windows color (decimal): -6136129 or 12541602. OLE color: 12541602.

HSL color Cylindrical-coordinate representation of color #A25EBF: hue angle of 282.06º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25EBF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 94 191 -
CMYK 0.15 0.51 0 0.25
HSL 282.06º 0.43% 0.56% -
HSV(B) 282.06º 0.51% 0.75% -
XYZ 28.31 19.45 51.55 -
YUV 125.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 162 94 191 0.15 0.51 0 0.25 282.06 0.43 0.56
Hex A2 5E BF F 33 0 19 11A 2B 38
Octal 242 136 277 17 63 0 31 432 53 70
Binary 10100010 1011110 10111111 1111 110011 0 11001 100011010 101011 111000

Color Harmonies of #A25EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EBF

Black with #A25EBF

Text Example


Text Example

White with #A25EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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