Html Css Color HEX #A261BF Deep Lilac

📋 copy color: '#A261BF'

red 162 ◦ green 97 ◦ blue 191

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

Shades of Deep Lilac #A261BF

Tints of Deep Lilac #A261BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.44%

R = 36%
G = 21.56%
B = 42.44%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A261BF (or 0xA261BF) is known color: Deep Lilac. HEX triplet: A2, 61 and BF. RGB value is (162,97,191). Sum of RGB (Red+Green+Blue) = 162+97+191=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #A261BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261BF is #5D9E40. Grayscale: #7E7E7E. Windows color (decimal): -6135361 or 12542370. OLE color: 12542370.

HSL color Cylindrical-coordinate representation of color #A261BF: hue angle of 281.49º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A261BF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 97 191 -
CMYK 0.15 0.49 0 0.25
HSL 281.49º 0.42% 0.56% -
HSV(B) 281.49º 0.49% 0.75% -
XYZ 28.58 19.99 51.64 -
YUV 127.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 162 97 191 0.15 0.49 0 0.25 281.49 0.42 0.56
Hex A2 61 BF F 31 0 19 119 2A 38
Octal 242 141 277 17 61 0 31 431 52 70
Binary 10100010 1100001 10111111 1111 110001 0 11001 100011001 101010 111000

Color Harmonies of #A261BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261BF

Black with #A261BF

Text Example


Text Example

White with #A261BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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