Html Css Color HEX #A462BD Deep Lilac

📋 copy color: '#A462BD'

red 164 ◦ green 98 ◦ blue 189

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

Shades of Deep Lilac #A462BD

Tints of Deep Lilac #A462BD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.73%

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

R = 36.36%
G = 21.73%
B = 41.91%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A462BD (or 0xA462BD) is known color: Deep Lilac. HEX triplet: A4, 62 and BD. RGB value is (164,98,189). Sum of RGB (Red+Green+Blue) = 164+98+189=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #A462BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462BD is #5B9D42. Grayscale: #7F7F7F. Windows color (decimal): -6004035 or 12411556. OLE color: 12411556.

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

Color convert

RGB 164 98 189 -
CMYK 0.13 0.48 0 0.26
HSL 283.52º 0.41% 0.56% -
HSV(B) 283.52º 0.48% 0.74% -
XYZ 28.86 20.3 50.54 -
YUV 128.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 164 98 189 0.13 0.48 0 0.26 283.52 0.41 0.56
Hex A4 62 BD D 30 0 1A 11C 29 38
Octal 244 142 275 15 60 0 32 434 51 70
Binary 10100100 1100010 10111101 1101 110000 0 11010 100011100 101001 111000

Color Harmonies of #A462BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462BD

Black with #A462BD

Text Example


Text Example

White with #A462BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462BD; }

 p { color: rgb(164,98,189); }

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

background-color css

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

 a { background-color: rgb(164,98,189); }

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

border-color css

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

 span { border-color: rgb(164,98,189); }

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