Html Css Color HEX #A362BF Deep Lilac

📋 copy color: '#A362BF'

red 163 ◦ green 98 ◦ blue 191

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

Shades of Deep Lilac #A362BF

Tints of Deep Lilac #A362BF

RGB

 RED value IS 163 (64.06% from 255) = 36.06%

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

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

R = 36.06%
G = 21.68%
B = 42.26%

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

#A362BF (or 0xA362BF) is known color: Deep Lilac. HEX triplet: A3, 62 and BF. RGB value is (163,98,191). Sum of RGB (Red+Green+Blue) = 163+98+191=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #A362BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362BF is #5C9D40. Grayscale: #7F7F7F. Windows color (decimal): -6069569 or 12542627. OLE color: 12542627.

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

Color convert

RGB 163 98 191 -
CMYK 0.15 0.49 0 0.25
HSL 281.94º 0.42% 0.57% -
HSV(B) 281.94º 0.49% 0.75% -
XYZ 28.88 20.28 51.68 -
YUV 128.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 163 98 191 0.15 0.49 0 0.25 281.94 0.42 0.57
Hex A3 62 BF F 31 0 19 11A 2A 39
Octal 243 142 277 17 61 0 31 432 52 71
Binary 10100011 1100010 10111111 1111 110001 0 11001 100011010 101010 111001

Color Harmonies of #A362BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362BF

Black with #A362BF

Text Example


Text Example

White with #A362BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362BF; }

 p { color: rgb(163,98,191); }

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

background-color css

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

 a { background-color: rgb(163,98,191); }

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

border-color css

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

 span { border-color: rgb(163,98,191); }

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