Html Css Color HEX #A25DB0 Deep Lilac

📋 copy color: '#A25DB0'

red 162 ◦ green 93 ◦ blue 176

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

Shades of Deep Lilac #A25DB0

Tints of Deep Lilac #A25DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 37.59%
G = 21.58%
B = 40.84%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A25DB0 (or 0xA25DB0) is known color: Deep Lilac. HEX triplet: A2, 5D and B0. RGB value is (162,93,176). Sum of RGB (Red+Green+Blue) = 162+93+176=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #A25DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25DB0 is #5DA24F. Grayscale: #7A7A7A. Windows color (decimal): -6136400 or 11558306. OLE color: 11558306.

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

Color convert

RGB 162 93 176 -
CMYK 0.08 0.47 0 0.31
HSL 289.88º 0.34% 0.53% -
HSV(B) 289.88º 0.47% 0.69% -
XYZ 26.65 18.64 43.27 -
YUV 123.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 162 93 176 0.08 0.47 0 0.31 289.88 0.34 0.53
Hex A2 5D B0 8 2F 0 1F 122 22 35
Octal 242 135 260 10 57 0 37 442 42 65
Binary 10100010 1011101 10110000 1000 101111 0 11111 100100010 100010 110101

Color Harmonies of #A25DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DB0

Black with #A25DB0

Text Example


Text Example

White with #A25DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DB0; }

 p { color: rgb(162,93,176); }

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

background-color css

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

 a { background-color: rgb(162,93,176); }

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

border-color css

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

 span { border-color: rgb(162,93,176); }

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