Html Css Color HEX #A25EB8 Deep Lilac

📋 copy color: '#A25EB8'

red 162 ◦ green 94 ◦ blue 184

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

Shades of Deep Lilac #A25EB8

Tints of Deep Lilac #A25EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 36.82%
G = 21.36%
B = 41.82%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A25EB8 (or 0xA25EB8) is known color: Deep Lilac. HEX triplet: A2, 5E and B8. RGB value is (162,94,184). Sum of RGB (Red+Green+Blue) = 162+94+184=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 184 - color contains mainly: blue. Hex color #A25EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25EB8 is #5DA147. Grayscale: #7C7C7C. Windows color (decimal): -6136136 or 12082850. OLE color: 12082850.

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

Color convert

RGB 162 94 184 -
CMYK 0.12 0.49 0 0.28
HSL 285.33º 0.39% 0.55% -
HSV(B) 285.33º 0.49% 0.72% -
XYZ 27.55 19.15 47.59 -
YUV 124.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 162 94 184 0.12 0.49 0 0.28 285.33 0.39 0.55
Hex A2 5E B8 C 31 0 1C 11D 27 37
Octal 242 136 270 14 61 0 34 435 47 67
Binary 10100010 1011110 10111000 1100 110001 0 11100 100011101 100111 110111

Color Harmonies of #A25EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EB8

Black with #A25EB8

Text Example


Text Example

White with #A25EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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