Html Css Color HEX #A25CBF Deep Lilac

📋 copy color: '#A25CBF'

red 162 ◦ green 92 ◦ blue 191

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

Shades of Deep Lilac #A25CBF

Tints of Deep Lilac #A25CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.92%

R = 36.4%
G = 20.67%
B = 42.92%

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

#A25CBF (or 0xA25CBF) is known color: Deep Lilac. HEX triplet: A2, 5C and BF. RGB value is (162,92,191). Sum of RGB (Red+Green+Blue) = 162+92+191=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #A25CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CBF is #5DA340. Grayscale: #7B7B7B. Windows color (decimal): -6136641 or 12541090. OLE color: 12541090.

HSL color Cylindrical-coordinate representation of color #A25CBF: hue angle of 282.42º degrees, saturation: 0.44, 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 #A25CBF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 92 191 -
CMYK 0.15 0.52 0 0.25
HSL 282.42º 0.44% 0.55% -
HSV(B) 282.42º 0.52% 0.75% -
XYZ 28.13 19.1 51.49 -
YUV 124.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 162 92 191 0.15 0.52 0 0.25 282.42 0.44 0.55
Hex A2 5C BF F 34 0 19 11A 2C 37
Octal 242 134 277 17 64 0 31 432 54 67
Binary 10100010 1011100 10111111 1111 110100 0 11001 100011010 101100 110111

Color Harmonies of #A25CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CBF

Black with #A25CBF

Text Example


Text Example

White with #A25CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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