Html Css Color HEX #A25EB2 Deep Lilac

📋 copy color: '#A25EB2'

red 162 ◦ green 94 ◦ blue 178

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

Shades of Deep Lilac #A25EB2

Tints of Deep Lilac #A25EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 37.33%
G = 21.66%
B = 41.01%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A25EB2 (or 0xA25EB2) is known color: Deep Lilac. HEX triplet: A2, 5E and B2. RGB value is (162,94,178). Sum of RGB (Red+Green+Blue) = 162+94+178=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #A25EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25EB2 is #5DA14D. Grayscale: #7B7B7B. Windows color (decimal): -6136142 or 11689634. OLE color: 11689634.

HSL color Cylindrical-coordinate representation of color #A25EB2: hue angle of 288.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25EB2 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 94 178 -
CMYK 0.09 0.47 0 0.30
HSL 288.57º 0.35% 0.53% -
HSV(B) 288.57º 0.47% 0.7% -
XYZ 26.94 18.9 44.35 -
YUV 123.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 162 94 178 0.09 0.47 0 0.30 288.57 0.35 0.53
Hex A2 5E B2 9 2F 0 1E 121 23 35
Octal 242 136 262 11 57 0 36 441 43 65
Binary 10100010 1011110 10110010 1001 101111 0 11110 100100001 100011 110101

Color Harmonies of #A25EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EB2

Black with #A25EB2

Text Example


Text Example

White with #A25EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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