Html Css Color HEX #A250BF Deep Lilac

📋 copy color: '#A250BF'

red 162 ◦ green 80 ◦ blue 191

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

Shades of Deep Lilac #A250BF

Tints of Deep Lilac #A250BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.48%

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

R = 37.41%
G = 18.48%
B = 44.11%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A250BF (or 0xA250BF) is known color: Deep Lilac. HEX triplet: A2, 50 and BF. RGB value is (162,80,191). Sum of RGB (Red+Green+Blue) = 162+80+191=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #A250BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250BF is #5DAF40. Grayscale: #747474. Windows color (decimal): -6139713 or 12538018. OLE color: 12538018.

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

Color convert

RGB 162 80 191 -
CMYK 0.15 0.58 0 0.25
HSL 284.32º 0.46% 0.53% -
HSV(B) 284.32º 0.58% 0.75% -
XYZ 27.17 17.18 51.17 -
YUV 117.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 162 80 191 0.15 0.58 0 0.25 284.32 0.46 0.53
Hex A2 50 BF F 3A 0 19 11C 2E 35
Octal 242 120 277 17 72 0 31 434 56 65
Binary 10100010 1010000 10111111 1111 111010 0 11001 100011100 101110 110101

Color Harmonies of #A250BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250BF

Black with #A250BF

Text Example


Text Example

White with #A250BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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