Html Css Color HEX #A362C0 Deep Lilac

📋 copy color: '#A362C0'

red 163 ◦ green 98 ◦ blue 192

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

Shades of Deep Lilac #A362C0

Tints of Deep Lilac #A362C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.38%

R = 35.98%
G = 21.63%
B = 42.38%

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

#A362C0 (or 0xA362C0) is known color: Deep Lilac. HEX triplet: A3, 62 and C0. RGB value is (163,98,192). Sum of RGB (Red+Green+Blue) = 163+98+192=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #A362C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362C0 is #5C9D3F. Grayscale: #7F7F7F. Windows color (decimal): -6069568 or 12608163. OLE color: 12608163.

HSL color Cylindrical-coordinate representation of color #A362C0: hue angle of 281.49º degrees, saturation: 0.43, 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 #A362C0 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 98 192 -
CMYK 0.15 0.49 0 0.25
HSL 281.49º 0.43% 0.57% -
HSV(B) 281.49º 0.49% 0.75% -
XYZ 28.99 20.33 52.27 -
YUV 128.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 163 98 192 0.15 0.49 0 0.25 281.49 0.43 0.57
Hex A3 62 C0 F 31 0 19 119 2B 39
Octal 243 142 300 17 61 0 31 431 53 71
Binary 10100011 1100010 11000000 1111 110001 0 11001 100011001 101011 111001

Color Harmonies of #A362C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362C0

Black with #A362C0

Text Example


Text Example

White with #A362C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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