Html Css Color HEX #A25CC5 Deep Lilac

📋 copy color: '#A25CC5'

red 162 ◦ green 92 ◦ blue 197

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

Shades of Deep Lilac #A25CC5

Tints of Deep Lilac #A25CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

 BLUE value IS 197 (77.34% from 255) = 43.68%

R = 35.92%
G = 20.4%
B = 43.68%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A25CC5 (or 0xA25CC5) is known color: Deep Lilac. HEX triplet: A2, 5C and C5. RGB value is (162,92,197). Sum of RGB (Red+Green+Blue) = 162+92+197=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #A25CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CC5 is #5DA33A. Grayscale: #7C7C7C. Windows color (decimal): -6136635 or 12934306. OLE color: 12934306.

HSL color Cylindrical-coordinate representation of color #A25CC5: hue angle of 280º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A25CC5 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 92 197 -
CMYK 0.18 0.53 0 0.23
HSL 280º 0.48% 0.57% -
HSV(B) 280º 0.53% 0.77% -
XYZ 28.81 19.37 55.04 -
YUV 124.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 162 92 197 0.18 0.53 0 0.23 280 0.48 0.57
Hex A2 5C C5 12 35 0 17 118 30 39
Octal 242 134 305 22 65 0 27 430 60 71
Binary 10100010 1011100 11000101 10010 110101 0 10111 100011000 110000 111001

Color Harmonies of #A25CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CC5

Black with #A25CC5

Text Example


Text Example

White with #A25CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CC5; }

 p { color: rgb(162,92,197); }

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

background-color css

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

 a { background-color: rgb(162,92,197); }

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

border-color css

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

 span { border-color: rgb(162,92,197); }

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