Html Css Color HEX #A25DBF Deep Lilac

📋 copy color: '#A25DBF'

red 162 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #A25DBF

Tints of Deep Lilac #A25DBF

RGB

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

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

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

R = 36.32%
G = 20.85%
B = 42.83%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A25DBF (or 0xA25DBF) is known color: Deep Lilac. HEX triplet: A2, 5D and BF. RGB value is (162,93,191). Sum of RGB (Red+Green+Blue) = 162+93+191=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #A25DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DBF is #5DA240. Grayscale: #7C7C7C. Windows color (decimal): -6136385 or 12541346. OLE color: 12541346.

HSL color Cylindrical-coordinate representation of color #A25DBF: hue angle of 282.24º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25DBF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 93 191 -
CMYK 0.15 0.51 0 0.25
HSL 282.24º 0.43% 0.56% -
HSV(B) 282.24º 0.51% 0.75% -
XYZ 28.22 19.27 51.52 -
YUV 124.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 162 93 191 0.15 0.51 0 0.25 282.24 0.43 0.56
Hex A2 5D BF F 33 0 19 11A 2B 38
Octal 242 135 277 17 63 0 31 432 53 70
Binary 10100010 1011101 10111111 1111 110011 0 11001 100011010 101011 111000

Color Harmonies of #A25DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DBF

Black with #A25DBF

Text Example


Text Example

White with #A25DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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