Html Css Color HEX #A25BB1 Deep Lilac

📋 copy color: '#A25BB1'

red 162 ◦ green 91 ◦ blue 177

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

Shades of Deep Lilac #A25BB1

Tints of Deep Lilac #A25BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.16%

R = 37.67%
G = 21.16%
B = 41.16%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A25BB1 (or 0xA25BB1) is known color: Deep Lilac. HEX triplet: A2, 5B and B1. RGB value is (162,91,177). Sum of RGB (Red+Green+Blue) = 162+91+177=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #A25BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25BB1 is #5DA44E. Grayscale: #797979. Windows color (decimal): -6136911 or 11623330. OLE color: 11623330.

HSL color Cylindrical-coordinate representation of color #A25BB1: hue angle of 289.53º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25BB1 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 91 177 -
CMYK 0.08 0.49 0 0.31
HSL 289.53º 0.36% 0.53% -
HSV(B) 289.53º 0.49% 0.69% -
XYZ 26.58 18.34 43.73 -
YUV 122.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 162 91 177 0.08 0.49 0 0.31 289.53 0.36 0.53
Hex A2 5B B1 8 31 0 1F 122 24 35
Octal 242 133 261 10 61 0 37 442 44 65
Binary 10100010 1011011 10110001 1000 110001 0 11111 100100010 100100 110101

Color Harmonies of #A25BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BB1

Black with #A25BB1

Text Example


Text Example

White with #A25BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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