Html Css Color HEX #A25BBA Deep Lilac

📋 copy color: '#A25BBA'

red 162 ◦ green 91 ◦ blue 186

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

Shades of Deep Lilac #A25BBA

Tints of Deep Lilac #A25BBA

RGB

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

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

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

R = 36.9%
G = 20.73%
B = 42.37%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A25BBA (or 0xA25BBA) is known color: Deep Lilac. HEX triplet: A2, 5B and BA. RGB value is (162,91,186). Sum of RGB (Red+Green+Blue) = 162+91+186=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #A25BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BBA is #5DA445. Grayscale: #7A7A7A. Windows color (decimal): -6136902 or 12213154. OLE color: 12213154.

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

Color convert

RGB 162 91 186 -
CMYK 0.13 0.51 0 0.27
HSL 284.84º 0.41% 0.54% -
HSV(B) 284.84º 0.51% 0.73% -
XYZ 27.5 18.71 48.62 -
YUV 123.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 162 91 186 0.13 0.51 0 0.27 284.84 0.41 0.54
Hex A2 5B BA D 33 0 1B 11D 29 36
Octal 242 133 272 15 63 0 33 435 51 66
Binary 10100010 1011011 10111010 1101 110011 0 11011 100011101 101001 110110

Color Harmonies of #A25BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BBA

Black with #A25BBA

Text Example


Text Example

White with #A25BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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