Html Css Color HEX #A462BE Deep Lilac

📋 copy color: '#A462BE'

red 164 ◦ green 98 ◦ blue 190

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

Shades of Deep Lilac #A462BE

Tints of Deep Lilac #A462BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 36.28%
G = 21.68%
B = 42.04%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A462BE (or 0xA462BE) is known color: Deep Lilac. HEX triplet: A4, 62 and BE. RGB value is (164,98,190). Sum of RGB (Red+Green+Blue) = 164+98+190=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #A462BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462BE is #5B9D41. Grayscale: #7F7F7F. Windows color (decimal): -6004034 or 12477092. OLE color: 12477092.

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

Color convert

RGB 164 98 190 -
CMYK 0.14 0.48 0 0.25
HSL 283.04º 0.41% 0.56% -
HSV(B) 283.04º 0.48% 0.75% -
XYZ 28.97 20.35 51.12 -
YUV 128.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 164 98 190 0.14 0.48 0 0.25 283.04 0.41 0.56
Hex A4 62 BE E 30 0 19 11B 29 38
Octal 244 142 276 16 60 0 31 433 51 70
Binary 10100100 1100010 10111110 1110 110000 0 11001 100011011 101001 111000

Color Harmonies of #A462BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462BE

Black with #A462BE

Text Example


Text Example

White with #A462BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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