Html Css Color HEX #A25ABC Deep Lilac

📋 copy color: '#A25ABC'

red 162 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #A25ABC

Tints of Deep Lilac #A25ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 36.82%
G = 20.45%
B = 42.73%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A25ABC (or 0xA25ABC) is known color: Deep Lilac. HEX triplet: A2, 5A and BC. RGB value is (162,90,188). Sum of RGB (Red+Green+Blue) = 162+90+188=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #A25ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ABC is #5DA543. Grayscale: #7A7A7A. Windows color (decimal): -6137156 or 12343970. OLE color: 12343970.

HSL color Cylindrical-coordinate representation of color #A25ABC: hue angle of 284.08º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25ABC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 90 188 -
CMYK 0.14 0.52 0 0.26
HSL 284.08º 0.42% 0.55% -
HSV(B) 284.08º 0.52% 0.74% -
XYZ 27.63 18.62 49.72 -
YUV 122.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 162 90 188 0.14 0.52 0 0.26 284.08 0.42 0.55
Hex A2 5A BC E 34 0 1A 11C 2A 37
Octal 242 132 274 16 64 0 32 434 52 67
Binary 10100010 1011010 10111100 1110 110100 0 11010 100011100 101010 110111

Color Harmonies of #A25ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25ABC

Black with #A25ABC

Text Example


Text Example

White with #A25ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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