Html Css Color HEX #A25CBE Deep Lilac

📋 copy color: '#A25CBE'

red 162 ◦ green 92 ◦ blue 190

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

Shades of Deep Lilac #A25CBE

Tints of Deep Lilac #A25CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 36.49%
G = 20.72%
B = 42.79%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A25CBE (or 0xA25CBE) is known color: Deep Lilac. HEX triplet: A2, 5C and BE. RGB value is (162,92,190). Sum of RGB (Red+Green+Blue) = 162+92+190=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #A25CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CBE is #5DA341. Grayscale: #7B7B7B. Windows color (decimal): -6136642 or 12475554. OLE color: 12475554.

HSL color Cylindrical-coordinate representation of color #A25CBE: hue angle of 282.86º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25CBE is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 92 190 -
CMYK 0.15 0.52 0 0.25
HSL 282.86º 0.43% 0.55% -
HSV(B) 282.86º 0.52% 0.75% -
XYZ 28.02 19.05 50.92 -
YUV 124.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 162 92 190 0.15 0.52 0 0.25 282.86 0.43 0.55
Hex A2 5C BE F 34 0 19 11B 2B 37
Octal 242 134 276 17 64 0 31 433 53 67
Binary 10100010 1011100 10111110 1111 110100 0 11001 100011011 101011 110111

Color Harmonies of #A25CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CBE

Black with #A25CBE

Text Example


Text Example

White with #A25CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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