Html Css Color HEX #A25ABB Deep Lilac

📋 copy color: '#A25ABB'

red 162 ◦ green 90 ◦ blue 187

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

Shades of Deep Lilac #A25ABB

Tints of Deep Lilac #A25ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 36.9%
G = 20.5%
B = 42.6%

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

#A25ABB (or 0xA25ABB) is known color: Deep Lilac. HEX triplet: A2, 5A and BB. RGB value is (162,90,187). Sum of RGB (Red+Green+Blue) = 162+90+187=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #A25ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ABB is #5DA544. Grayscale: #7A7A7A. Windows color (decimal): -6137157 or 12278434. OLE color: 12278434.

HSL color Cylindrical-coordinate representation of color #A25ABB: hue angle of 284.54º degrees, saturation: 0.42, 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 #A25ABB is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 90 187 -
CMYK 0.13 0.52 0 0.27
HSL 284.54º 0.42% 0.54% -
HSV(B) 284.54º 0.52% 0.73% -
XYZ 27.53 18.58 49.15 -
YUV 122.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 162 90 187 0.13 0.52 0 0.27 284.54 0.42 0.54
Hex A2 5A BB D 34 0 1B 11D 2A 36
Octal 242 132 273 15 64 0 33 435 52 66
Binary 10100010 1011010 10111011 1101 110100 0 11011 100011101 101010 110110

Color Harmonies of #A25ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25ABB

Black with #A25ABB

Text Example


Text Example

White with #A25ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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