Html Css Color HEX #A461B4 Deep Lilac

📋 copy color: '#A461B4'

red 164 ◦ green 97 ◦ blue 180

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

Shades of Deep Lilac #A461B4

Tints of Deep Lilac #A461B4

RGB

 RED value IS 164 (64.45% from 255) = 37.19%

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

 BLUE value IS 180 (70.7% from 255) = 40.82%

R = 37.19%
G = 22%
B = 40.82%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A461B4 (or 0xA461B4) is known color: Deep Lilac. HEX triplet: A4, 61 and B4. RGB value is (164,97,180). Sum of RGB (Red+Green+Blue) = 164+97+180=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #A461B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461B4 is #5B9E4B. Grayscale: #7E7E7E. Windows color (decimal): -6004300 or 11821476. OLE color: 11821476.

HSL color Cylindrical-coordinate representation of color #A461B4: hue angle of 288.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A461B4 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 97 180 -
CMYK 0.09 0.46 0 0.29
HSL 288.43º 0.36% 0.54% -
HSV(B) 288.43º 0.46% 0.71% -
XYZ 27.82 19.74 45.52 -
YUV 126.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 164 97 180 0.09 0.46 0 0.29 288.43 0.36 0.54
Hex A4 61 B4 9 2E 0 1D 120 24 36
Octal 244 141 264 11 56 0 35 440 44 66
Binary 10100100 1100001 10110100 1001 101110 0 11101 100100000 100100 110110

Color Harmonies of #A461B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A461B4

Black with #A461B4

Text Example


Text Example

White with #A461B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A461B4; }

 p { color: rgb(164,97,180); }

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

background-color css

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

 a { background-color: rgb(164,97,180); }

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

border-color css

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

 span { border-color: rgb(164,97,180); }

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