Html Css Color HEX #A150B2 Deep Lilac

📋 copy color: '#A150B2'

red 161 ◦ green 80 ◦ blue 178

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

Shades of Deep Lilac #A150B2

Tints of Deep Lilac #A150B2

RGB

 RED value IS 161 (63.28% from 255) = 38.42%

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

 BLUE value IS 178 (69.92% from 255) = 42.48%

R = 38.42%
G = 19.09%
B = 42.48%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A150B2 (or 0xA150B2) is known color: Deep Lilac. HEX triplet: A1, 50 and B2. RGB value is (161,80,178). Sum of RGB (Red+Green+Blue) = 161+80+178=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 178 - color contains mainly: blue. Hex color #A150B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A150B2 is #5EAF4D. Grayscale: #737373. Windows color (decimal): -6205262 or 11686049. OLE color: 11686049.

HSL color Cylindrical-coordinate representation of color #A150B2: hue angle of 289.59º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A150B2 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 80 178 -
CMYK 0.10 0.55 0 0.30
HSL 289.59º 0.39% 0.51% -
HSV(B) 289.59º 0.55% 0.7% -
XYZ 25.6 16.53 43.96 -
YUV 115.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 161 80 178 0.10 0.55 0 0.30 289.59 0.39 0.51
Hex A1 50 B2 A 37 0 1E 122 27 33
Octal 241 120 262 12 67 0 36 442 47 63
Binary 10100001 1010000 10110010 1010 110111 0 11110 100100010 100111 110011

Color Harmonies of #A150B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150B2

Black with #A150B2

Text Example


Text Example

White with #A150B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150B2; }

 p { color: rgb(161,80,178); }

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

background-color css

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

 a { background-color: rgb(161,80,178); }

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

border-color css

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

 span { border-color: rgb(161,80,178); }

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