Html Css Color HEX #A25ABE Deep Lilac

📋 copy color: '#A25ABE'

red 162 ◦ green 90 ◦ blue 190

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

Shades of Deep Lilac #A25ABE

Tints of Deep Lilac #A25ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 36.65%
G = 20.36%
B = 42.99%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A25ABE (or 0xA25ABE) is known color: Deep Lilac. HEX triplet: A2, 5A and BE. RGB value is (162,90,190). Sum of RGB (Red+Green+Blue) = 162+90+190=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #A25ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ABE is #5DA541. Grayscale: #7A7A7A. Windows color (decimal): -6137154 or 12475042. OLE color: 12475042.

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

Color convert

RGB 162 90 190 -
CMYK 0.15 0.53 0 0.25
HSL 283.2º 0.43% 0.55% -
HSV(B) 283.2º 0.53% 0.75% -
XYZ 27.85 18.71 50.86 -
YUV 122.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 162 90 190 0.15 0.53 0 0.25 283.2 0.43 0.55
Hex A2 5A BE F 35 0 19 11B 2B 37
Octal 242 132 276 17 65 0 31 433 53 67
Binary 10100010 1011010 10111110 1111 110101 0 11001 100011011 101011 110111

Color Harmonies of #A25ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25ABE

Black with #A25ABE

Text Example


Text Example

White with #A25ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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