Html Css Color HEX #A25BC0 Deep Lilac

📋 copy color: '#A25BC0'

red 162 ◦ green 91 ◦ blue 192

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

Shades of Deep Lilac #A25BC0

Tints of Deep Lilac #A25BC0

RGB

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

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

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

R = 36.4%
G = 20.45%
B = 43.15%

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

#A25BC0 (or 0xA25BC0) is known color: Deep Lilac. HEX triplet: A2, 5B and C0. RGB value is (162,91,192). Sum of RGB (Red+Green+Blue) = 162+91+192=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #A25BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BC0 is #5DA43F. Grayscale: #7B7B7B. Windows color (decimal): -6136896 or 12606370. OLE color: 12606370.

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

Color convert

RGB 162 91 192 -
CMYK 0.16 0.53 0 0.25
HSL 282.18º 0.44% 0.55% -
HSV(B) 282.18º 0.53% 0.75% -
XYZ 28.16 18.97 52.05 -
YUV 123.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 162 91 192 0.16 0.53 0 0.25 282.18 0.44 0.55
Hex A2 5B C0 10 35 0 19 11A 2C 37
Octal 242 133 300 20 65 0 31 432 54 67
Binary 10100010 1011011 11000000 10000 110101 0 11001 100011010 101100 110111

Color Harmonies of #A25BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BC0

Black with #A25BC0

Text Example


Text Example

White with #A25BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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