Html Css Color HEX #A25FBE Deep Lilac

📋 copy color: '#A25FBE'

red 162 ◦ green 95 ◦ blue 190

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

Shades of Deep Lilac #A25FBE

Tints of Deep Lilac #A25FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.25%

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

R = 36.24%
G = 21.25%
B = 42.51%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A25FBE (or 0xA25FBE) is known color: Deep Lilac. HEX triplet: A2, 5F and BE. RGB value is (162,95,190). Sum of RGB (Red+Green+Blue) = 162+95+190=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #A25FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FBE is #5DA041. Grayscale: #7D7D7D. Windows color (decimal): -6135874 or 12476322. OLE color: 12476322.

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

Color convert

RGB 162 95 190 -
CMYK 0.15 0.5 0 0.25
HSL 282.32º 0.42% 0.56% -
HSV(B) 282.32º 0.5% 0.75% -
XYZ 28.29 19.58 51 -
YUV 125.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 162 95 190 0.15 0.5 0 0.25 282.32 0.42 0.56
Hex A2 5F BE F 32 0 19 11A 2A 38
Octal 242 137 276 17 62 0 31 432 52 70
Binary 10100010 1011111 10111110 1111 110010 0 11001 100011010 101010 111000

Color Harmonies of #A25FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FBE

Black with #A25FBE

Text Example


Text Example

White with #A25FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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