Html Css Color HEX #A25FBA Deep Lilac

📋 copy color: '#A25FBA'

red 162 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #A25FBA

Tints of Deep Lilac #A25FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 36.57%
G = 21.44%
B = 41.99%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A25FBA (or 0xA25FBA) is known color: Deep Lilac. HEX triplet: A2, 5F and BA. RGB value is (162,95,186). Sum of RGB (Red+Green+Blue) = 162+95+186=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #A25FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FBA is #5DA045. Grayscale: #7D7D7D. Windows color (decimal): -6135878 or 12214178. OLE color: 12214178.

HSL color Cylindrical-coordinate representation of color #A25FBA: hue angle of 284.18º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25FBA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 95 186 -
CMYK 0.13 0.49 0 0.27
HSL 284.18º 0.4% 0.55% -
HSV(B) 284.18º 0.49% 0.73% -
XYZ 27.86 19.41 48.73 -
YUV 125.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 162 95 186 0.13 0.49 0 0.27 284.18 0.4 0.55
Hex A2 5F BA D 31 0 1B 11C 28 37
Octal 242 137 272 15 61 0 33 434 50 67
Binary 10100010 1011111 10111010 1101 110001 0 11011 100011100 101000 110111

Color Harmonies of #A25FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FBA

Black with #A25FBA

Text Example


Text Example

White with #A25FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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