Html Css Color HEX #A25BC5 Deep Lilac

📋 copy color: '#A25BC5'

red 162 ◦ green 91 ◦ blue 197

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

Shades of Deep Lilac #A25BC5

Tints of Deep Lilac #A25BC5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.22%

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

R = 36%
G = 20.22%
B = 43.78%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A25BC5 (or 0xA25BC5) is known color: Deep Lilac. HEX triplet: A2, 5B and C5. RGB value is (162,91,197). Sum of RGB (Red+Green+Blue) = 162+91+197=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #A25BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BC5 is #5DA43A. Grayscale: #7B7B7B. Windows color (decimal): -6136891 or 12934050. OLE color: 12934050.

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

Color convert

RGB 162 91 197 -
CMYK 0.18 0.54 0 0.23
HSL 280.19º 0.48% 0.56% -
HSV(B) 280.19º 0.54% 0.77% -
XYZ 28.72 19.19 55.01 -
YUV 124.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 162 91 197 0.18 0.54 0 0.23 280.19 0.48 0.56
Hex A2 5B C5 12 36 0 17 118 30 38
Octal 242 133 305 22 66 0 27 430 60 70
Binary 10100010 1011011 11000101 10010 110110 0 10111 100011000 110000 111000

Color Harmonies of #A25BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BC5

Black with #A25BC5

Text Example


Text Example

White with #A25BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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