Html Css Color HEX #A25FB5 Deep Lilac

📋 copy color: '#A25FB5'

red 162 ◦ green 95 ◦ blue 181

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

Shades of Deep Lilac #A25FB5

Tints of Deep Lilac #A25FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 36.99%
G = 21.69%
B = 41.32%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A25FB5 (or 0xA25FB5) is known color: Deep Lilac. HEX triplet: A2, 5F and B5. RGB value is (162,95,181). Sum of RGB (Red+Green+Blue) = 162+95+181=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #A25FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FB5 is #5DA04A. Grayscale: #7C7C7C. Windows color (decimal): -6135883 or 11886498. OLE color: 11886498.

HSL color Cylindrical-coordinate representation of color #A25FB5: hue angle of 286.74º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25FB5 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 95 181 -
CMYK 0.10 0.48 0 0.29
HSL 286.74º 0.37% 0.54% -
HSV(B) 286.74º 0.48% 0.71% -
XYZ 27.33 19.2 45.98 -
YUV 124.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 162 95 181 0.10 0.48 0 0.29 286.74 0.37 0.54
Hex A2 5F B5 A 30 0 1D 11F 25 36
Octal 242 137 265 12 60 0 35 437 45 66
Binary 10100010 1011111 10110101 1010 110000 0 11101 100011111 100101 110110

Color Harmonies of #A25FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FB5

Black with #A25FB5

Text Example


Text Example

White with #A25FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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