Html Css Color HEX #A250BC Deep Lilac

📋 copy color: '#A250BC'

red 162 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #A250BC

Tints of Deep Lilac #A250BC

RGB

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

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

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

R = 37.67%
G = 18.6%
B = 43.72%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A250BC (or 0xA250BC) is known color: Deep Lilac. HEX triplet: A2, 50 and BC. RGB value is (162,80,188). Sum of RGB (Red+Green+Blue) = 162+80+188=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #A250BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A250BC is #5DAF43. Grayscale: #747474. Windows color (decimal): -6139716 or 12341410. OLE color: 12341410.

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

Color convert

RGB 162 80 188 -
CMYK 0.14 0.57 0 0.26
HSL 285.56º 0.45% 0.53% -
HSV(B) 285.56º 0.57% 0.74% -
XYZ 26.85 17.05 49.45 -
YUV 116.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 162 80 188 0.14 0.57 0 0.26 285.56 0.45 0.53
Hex A2 50 BC E 39 0 1A 11E 2D 35
Octal 242 120 274 16 71 0 32 436 55 65
Binary 10100010 1010000 10111100 1110 111001 0 11010 100011110 101101 110101

Color Harmonies of #A250BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250BC

Black with #A250BC

Text Example


Text Example

White with #A250BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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