Html Css Color HEX #A261B9 Deep Lilac

📋 copy color: '#A261B9'

red 162 ◦ green 97 ◦ blue 185

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

Shades of Deep Lilac #A261B9

Tints of Deep Lilac #A261B9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.85%

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 36.49%
G = 21.85%
B = 41.67%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A261B9 (or 0xA261B9) is known color: Deep Lilac. HEX triplet: A2, 61 and B9. RGB value is (162,97,185). Sum of RGB (Red+Green+Blue) = 162+97+185=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #A261B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261B9 is #5D9E46. Grayscale: #7E7E7E. Windows color (decimal): -6135367 or 12149154. OLE color: 12149154.

HSL color Cylindrical-coordinate representation of color #A261B9: hue angle of 284.32º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A261B9 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 97 185 -
CMYK 0.12 0.48 0 0.27
HSL 284.32º 0.39% 0.55% -
HSV(B) 284.32º 0.48% 0.73% -
XYZ 27.93 19.73 48.24 -
YUV 126.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 162 97 185 0.12 0.48 0 0.27 284.32 0.39 0.55
Hex A2 61 B9 C 30 0 1B 11C 27 37
Octal 242 141 271 14 60 0 33 434 47 67
Binary 10100010 1100001 10111001 1100 110000 0 11011 100011100 100111 110111

Color Harmonies of #A261B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261B9

Black with #A261B9

Text Example


Text Example

White with #A261B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261B9; }

 p { color: rgb(162,97,185); }

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

background-color css

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

 a { background-color: rgb(162,97,185); }

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

border-color css

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

 span { border-color: rgb(162,97,185); }

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