Html Css Color HEX #A365BE Deep Lilac

📋 copy color: '#A365BE'

red 163 ◦ green 101 ◦ blue 190

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

Shades of Deep Lilac #A365BE

Tints of Deep Lilac #A365BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.25%

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

R = 35.9%
G = 22.25%
B = 41.85%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A365BE (or 0xA365BE) is known color: Deep Lilac. HEX triplet: A3, 65 and BE. RGB value is (163,101,190). Sum of RGB (Red+Green+Blue) = 163+101+190=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #A365BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365BE is #5C9A41. Grayscale: #818181. Windows color (decimal): -6068802 or 12477859. OLE color: 12477859.

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

Color convert

RGB 163 101 190 -
CMYK 0.14 0.47 0 0.25
HSL 281.8º 0.41% 0.57% -
HSV(B) 281.8º 0.47% 0.75% -
XYZ 29.05 20.81 51.2 -
YUV 129.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 163 101 190 0.14 0.47 0 0.25 281.8 0.41 0.57
Hex A3 65 BE E 2F 0 19 11A 29 39
Octal 243 145 276 16 57 0 31 432 51 71
Binary 10100011 1100101 10111110 1110 101111 0 11001 100011010 101001 111001

Color Harmonies of #A365BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A365BE

Black with #A365BE

Text Example


Text Example

White with #A365BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A365BE; }

 p { color: rgb(163,101,190); }

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

background-color css

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

 a { background-color: rgb(163,101,190); }

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

border-color css

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

 span { border-color: rgb(163,101,190); }

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