Html Css Color HEX #A25FB1 Deep Lilac

📋 copy color: '#A25FB1'

red 162 ◦ green 95 ◦ blue 177

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

Shades of Deep Lilac #A25FB1

Tints of Deep Lilac #A25FB1

RGB

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

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

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

R = 37.33%
G = 21.89%
B = 40.78%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A25FB1 (or 0xA25FB1) is known color: Deep Lilac. HEX triplet: A2, 5F and B1. RGB value is (162,95,177). Sum of RGB (Red+Green+Blue) = 162+95+177=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 177 - color contains mainly: blue. Hex color #A25FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25FB1 is #5DA04E. Grayscale: #7C7C7C. Windows color (decimal): -6135887 or 11624354. OLE color: 11624354.

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

Color convert

RGB 162 95 177 -
CMYK 0.08 0.46 0 0.31
HSL 289.02º 0.34% 0.53% -
HSV(B) 289.02º 0.46% 0.69% -
XYZ 26.93 19.04 43.85 -
YUV 124.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 162 95 177 0.08 0.46 0 0.31 289.02 0.34 0.53
Hex A2 5F B1 8 2E 0 1F 121 22 35
Octal 242 137 261 10 56 0 37 441 42 65
Binary 10100010 1011111 10110001 1000 101110 0 11111 100100001 100010 110101

Color Harmonies of #A25FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FB1

Black with #A25FB1

Text Example


Text Example

White with #A25FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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