Html Css Color HEX #A25CC9 Deep Lilac

📋 copy color: '#A25CC9'

red 162 ◦ green 92 ◦ blue 201

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

Shades of Deep Lilac #A25CC9

Tints of Deep Lilac #A25CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.18%

R = 35.6%
G = 20.22%
B = 44.18%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A25CC9 (or 0xA25CC9) is known color: Deep Lilac. HEX triplet: A2, 5C and C9. RGB value is (162,92,201). Sum of RGB (Red+Green+Blue) = 162+92+201=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #A25CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CC9 is #5DA336. Grayscale: #7C7C7C. Windows color (decimal): -6136631 or 13196450. OLE color: 13196450.

HSL color Cylindrical-coordinate representation of color #A25CC9: hue angle of 278.53º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25CC9 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 92 201 -
CMYK 0.19 0.54 0 0.21
HSL 278.53º 0.5% 0.57% -
HSV(B) 278.53º 0.54% 0.79% -
XYZ 29.27 19.55 57.49 -
YUV 125.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 162 92 201 0.19 0.54 0 0.21 278.53 0.5 0.57
Hex A2 5C C9 13 36 0 15 117 32 39
Octal 242 134 311 23 66 0 25 427 62 71
Binary 10100010 1011100 11001001 10011 110110 0 10101 100010111 110010 111001

Color Harmonies of #A25CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CC9

Black with #A25CC9

Text Example


Text Example

White with #A25CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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