Html Css Color HEX #A25AC9 Deep Lilac

📋 copy color: '#A25AC9'

red 162 ◦ green 90 ◦ blue 201

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

Shades of Deep Lilac #A25AC9

Tints of Deep Lilac #A25AC9

RGB

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

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

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

R = 35.76%
G = 19.87%
B = 44.37%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A25AC9 (or 0xA25AC9) is known color: Deep Lilac. HEX triplet: A2, 5A and C9. RGB value is (162,90,201). Sum of RGB (Red+Green+Blue) = 162+90+201=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #A25AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AC9 is #5DA536. Grayscale: #7B7B7B. Windows color (decimal): -6137143 or 13195938. OLE color: 13195938.

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

Color convert

RGB 162 90 201 -
CMYK 0.19 0.55 0 0.21
HSL 278.92º 0.51% 0.57% -
HSV(B) 278.92º 0.55% 0.79% -
XYZ 29.1 19.21 57.43 -
YUV 124.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 162 90 201 0.19 0.55 0 0.21 278.92 0.51 0.57
Hex A2 5A C9 13 37 0 15 117 33 39
Octal 242 132 311 23 67 0 25 427 63 71
Binary 10100010 1011010 11001001 10011 110111 0 10101 100010111 110011 111001

Color Harmonies of #A25AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AC9

Black with #A25AC9

Text Example


Text Example

White with #A25AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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