Html Css Color HEX #A25FB7 Deep Lilac

📋 copy color: '#A25FB7'

red 162 ◦ green 95 ◦ blue 183

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

Shades of Deep Lilac #A25FB7

Tints of Deep Lilac #A25FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 36.82%
G = 21.59%
B = 41.59%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A25FB7 (or 0xA25FB7) is known color: Deep Lilac. HEX triplet: A2, 5F and B7. RGB value is (162,95,183). Sum of RGB (Red+Green+Blue) = 162+95+183=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #A25FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FB7 is #5DA048. Grayscale: #7C7C7C. Windows color (decimal): -6135881 or 12017570. OLE color: 12017570.

HSL color Cylindrical-coordinate representation of color #A25FB7: hue angle of 285.68º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25FB7 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 95 183 -
CMYK 0.11 0.48 0 0.28
HSL 285.68º 0.38% 0.55% -
HSV(B) 285.68º 0.48% 0.72% -
XYZ 27.54 19.28 47.07 -
YUV 125.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 162 95 183 0.11 0.48 0 0.28 285.68 0.38 0.55
Hex A2 5F B7 B 30 0 1C 11E 26 37
Octal 242 137 267 13 60 0 34 436 46 67
Binary 10100010 1011111 10110111 1011 110000 0 11100 100011110 100110 110111

Color Harmonies of #A25FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FB7

Black with #A25FB7

Text Example


Text Example

White with #A25FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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