Html Css Color HEX #A25FBC Deep Lilac

📋 copy color: '#A25FBC'

red 162 ◦ green 95 ◦ blue 188

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

Shades of Deep Lilac #A25FBC

Tints of Deep Lilac #A25FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 36.4%
G = 21.35%
B = 42.25%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A25FBC (or 0xA25FBC) is known color: Deep Lilac. HEX triplet: A2, 5F and BC. RGB value is (162,95,188). Sum of RGB (Red+Green+Blue) = 162+95+188=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #A25FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FBC is #5DA043. Grayscale: #7D7D7D. Windows color (decimal): -6135876 or 12345250. OLE color: 12345250.

HSL color Cylindrical-coordinate representation of color #A25FBC: hue angle of 283.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25FBC is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 95 188 -
CMYK 0.14 0.49 0 0.26
HSL 283.23º 0.41% 0.55% -
HSV(B) 283.23º 0.49% 0.74% -
XYZ 28.07 19.5 49.86 -
YUV 125.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 162 95 188 0.14 0.49 0 0.26 283.23 0.41 0.55
Hex A2 5F BC E 31 0 1A 11B 29 37
Octal 242 137 274 16 61 0 32 433 51 67
Binary 10100010 1011111 10111100 1110 110001 0 11010 100011011 101001 110111

Color Harmonies of #A25FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FBC

Black with #A25FBC

Text Example


Text Example

White with #A25FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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