Html Css Color HEX #A25ABA Deep Lilac

📋 copy color: '#A25ABA'

red 162 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #A25ABA

Tints of Deep Lilac #A25ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.55%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 36.99%
G = 20.55%
B = 42.47%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A25ABA (or 0xA25ABA) is known color: Deep Lilac. HEX triplet: A2, 5A and BA. RGB value is (162,90,186). Sum of RGB (Red+Green+Blue) = 162+90+186=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #A25ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ABA is #5DA545. Grayscale: #7A7A7A. Windows color (decimal): -6137158 or 12212898. OLE color: 12212898.

HSL color Cylindrical-coordinate representation of color #A25ABA: hue angle of 285º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25ABA is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 90 186 -
CMYK 0.13 0.52 0 0.27
HSL 285º 0.41% 0.54% -
HSV(B) 285º 0.52% 0.73% -
XYZ 27.42 18.54 48.59 -
YUV 122.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 162 90 186 0.13 0.52 0 0.27 285 0.41 0.54
Hex A2 5A BA D 34 0 1B 11D 29 36
Octal 242 132 272 15 64 0 33 435 51 66
Binary 10100010 1011010 10111010 1101 110100 0 11011 100011101 101001 110110

Color Harmonies of #A25ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25ABA

Black with #A25ABA

Text Example


Text Example

White with #A25ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25ABA; }

 p { color: rgb(162,90,186); }

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

background-color css

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

 a { background-color: rgb(162,90,186); }

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

border-color css

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

 span { border-color: rgb(162,90,186); }

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