Html Css Color HEX #A25AC0 Deep Lilac

📋 copy color: '#A25AC0'

red 162 ◦ green 90 ◦ blue 192

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

Shades of Deep Lilac #A25AC0

Tints of Deep Lilac #A25AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 36.49%
G = 20.27%
B = 43.24%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A25AC0 (or 0xA25AC0) is known color: Deep Lilac. HEX triplet: A2, 5A and C0. RGB value is (162,90,192). Sum of RGB (Red+Green+Blue) = 162+90+192=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #A25AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AC0 is #5DA53F. Grayscale: #7A7A7A. Windows color (decimal): -6137152 or 12606114. OLE color: 12606114.

HSL color Cylindrical-coordinate representation of color #A25AC0: hue angle of 282.35º degrees, saturation: 0.45, 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 #A25AC0 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 90 192 -
CMYK 0.16 0.53 0 0.25
HSL 282.35º 0.45% 0.55% -
HSV(B) 282.35º 0.53% 0.75% -
XYZ 28.07 18.8 52.02 -
YUV 123.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 162 90 192 0.16 0.53 0 0.25 282.35 0.45 0.55
Hex A2 5A C0 10 35 0 19 11A 2D 37
Octal 242 132 300 20 65 0 31 432 55 67
Binary 10100010 1011010 11000000 10000 110101 0 11001 100011010 101101 110111

Color Harmonies of #A25AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AC0

Black with #A25AC0

Text Example


Text Example

White with #A25AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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