Html Css Color HEX #A362BA Deep Lilac

📋 copy color: '#A362BA'

red 163 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #A362BA

Tints of Deep Lilac #A362BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 36.47%
G = 21.92%
B = 41.61%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A362BA (or 0xA362BA) is known color: Deep Lilac. HEX triplet: A3, 62 and BA. RGB value is (163,98,186). Sum of RGB (Red+Green+Blue) = 163+98+186=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A362BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362BA is #5C9D45. Grayscale: #7F7F7F. Windows color (decimal): -6069574 or 12214947. OLE color: 12214947.

HSL color Cylindrical-coordinate representation of color #A362BA: hue angle of 284.32º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A362BA is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 98 186 -
CMYK 0.12 0.47 0 0.27
HSL 284.32º 0.39% 0.56% -
HSV(B) 284.32º 0.47% 0.73% -
XYZ 28.33 20.07 48.83 -
YUV 127.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 163 98 186 0.12 0.47 0 0.27 284.32 0.39 0.56
Hex A3 62 BA C 2F 0 1B 11C 27 38
Octal 243 142 272 14 57 0 33 434 47 70
Binary 10100011 1100010 10111010 1100 101111 0 11011 100011100 100111 111000

Color Harmonies of #A362BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362BA

Black with #A362BA

Text Example


Text Example

White with #A362BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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