Html Css Color HEX #A261BD Deep Lilac

📋 copy color: '#A261BD'

red 162 ◦ green 97 ◦ blue 189

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

Shades of Deep Lilac #A261BD

Tints of Deep Lilac #A261BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 36.16%
G = 21.65%
B = 42.19%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A261BD (or 0xA261BD) is known color: Deep Lilac. HEX triplet: A2, 61 and BD. RGB value is (162,97,189). Sum of RGB (Red+Green+Blue) = 162+97+189=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #A261BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261BD is #5D9E42. Grayscale: #7E7E7E. Windows color (decimal): -6135363 or 12411298. OLE color: 12411298.

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

Color convert

RGB 162 97 189 -
CMYK 0.14 0.49 0 0.26
HSL 282.39º 0.41% 0.56% -
HSV(B) 282.39º 0.49% 0.74% -
XYZ 28.36 19.9 50.49 -
YUV 126.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 162 97 189 0.14 0.49 0 0.26 282.39 0.41 0.56
Hex A2 61 BD E 31 0 1A 11A 29 38
Octal 242 141 275 16 61 0 32 432 51 70
Binary 10100010 1100001 10111101 1110 110001 0 11010 100011010 101001 111000

Color Harmonies of #A261BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261BD

Black with #A261BD

Text Example


Text Example

White with #A261BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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