Html Css Color HEX #A250BE Deep Lilac

📋 copy color: '#A250BE'

red 162 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #A250BE

Tints of Deep Lilac #A250BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 37.5%
G = 18.52%
B = 43.98%

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

#A250BE (or 0xA250BE) is known color: Deep Lilac. HEX triplet: A2, 50 and BE. RGB value is (162,80,190). Sum of RGB (Red+Green+Blue) = 162+80+190=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #A250BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250BE is #5DAF41. Grayscale: #747474. Windows color (decimal): -6139714 or 12472482. OLE color: 12472482.

HSL color Cylindrical-coordinate representation of color #A250BE: hue angle of 284.73º 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 #A250BE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 80 190 -
CMYK 0.15 0.58 0 0.25
HSL 284.73º 0.46% 0.53% -
HSV(B) 284.73º 0.58% 0.75% -
XYZ 27.06 17.14 50.6 -
YUV 117.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 162 80 190 0.15 0.58 0 0.25 284.73 0.46 0.53
Hex A2 50 BE F 3A 0 19 11D 2E 35
Octal 242 120 276 17 72 0 31 435 56 65
Binary 10100010 1010000 10111110 1111 111010 0 11001 100011101 101110 110101

Color Harmonies of #A250BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250BE

Black with #A250BE

Text Example


Text Example

White with #A250BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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