Html Css Color HEX #A25CBA Deep Lilac

📋 copy color: '#A25CBA'

red 162 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #A25CBA

Tints of Deep Lilac #A25CBA

RGB

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

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

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

R = 36.82%
G = 20.91%
B = 42.27%

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

#A25CBA (or 0xA25CBA) is known color: Deep Lilac. HEX triplet: A2, 5C and BA. RGB value is (162,92,186). Sum of RGB (Red+Green+Blue) = 162+92+186=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #A25CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CBA is #5DA345. Grayscale: #7B7B7B. Windows color (decimal): -6136646 or 12213410. OLE color: 12213410.

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

Color convert

RGB 162 92 186 -
CMYK 0.13 0.51 0 0.27
HSL 284.68º 0.41% 0.55% -
HSV(B) 284.68º 0.51% 0.73% -
XYZ 27.59 18.88 48.64 -
YUV 123.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 162 92 186 0.13 0.51 0 0.27 284.68 0.41 0.55
Hex A2 5C BA D 33 0 1B 11D 29 37
Octal 242 134 272 15 63 0 33 435 51 67
Binary 10100010 1011100 10111010 1101 110011 0 11011 100011101 101001 110111

Color Harmonies of #A25CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CBA

Black with #A25CBA

Text Example


Text Example

White with #A25CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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